aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample/sclient/Makefile.in
blob: 3d8df334724430cad6e976c2d411a36458b562dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mydir=appl$(S)sample$(S)sclient
BUILDTOP=$(REL)..$(S)..$(S)..

all:: sclient

sclient: sclient.o $(KRB5_BASE_DEPLIBS)
	$(CC_LINK) -o sclient sclient.o $(KRB5_BASE_LIBS)

clean::
	$(RM) sclient.o sclient

install::
	$(INSTALL_PROGRAM) sclient ${DESTDIR}$(CLIENT_BINDIR)/sclient