aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample/sclient/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample/sclient/Makefile.in')
-rw-r--r--src/appl/sample/sclient/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index 3d8df33..b09cc09 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -1,13 +1,13 @@
mydir=appl$(S)sample$(S)sclient
BUILDTOP=$(REL)..$(S)..$(S)..
-all:: sclient
+all: sclient
sclient: sclient.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o sclient sclient.o $(KRB5_BASE_LIBS)
-clean::
+clean:
$(RM) sclient.o sclient
-install::
+install:
$(INSTALL_PROGRAM) sclient ${DESTDIR}$(CLIENT_BINDIR)/sclient