summaryrefslogtreecommitdiff
path: root/usr.bin/keylogout
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-16 17:37:23 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-16 17:37:23 +0000
commit4adbaec36614afdfb05f2772cd5b35fa0be845a1 (patch)
treea47085e9fb872025244f7fde11e5052321d51da6 /usr.bin/keylogout
parentc724b81f25f6623322c94d8a0165075bc1afe842 (diff)
downloadsrc-test-4adbaec36614afdfb05f2772cd5b35fa0be845a1.tar.gz
src-test-4adbaec36614afdfb05f2772cd5b35fa0be845a1.zip
Fixed DPADD.
Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile.
Notes
Notes: svn path=/head/; revision=31777
Diffstat (limited to 'usr.bin/keylogout')
-rw-r--r--usr.bin/keylogout/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile
index c5bd6f524cf9e..e3743ad6029ef 100644
--- a/usr.bin/keylogout/Makefile
+++ b/usr.bin/keylogout/Makefile
@@ -1,10 +1,8 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= keylogout
-SRCS= keylogout.c
-MAN1= keylogout.1
-
-LDADD+= -lrpcsvc
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
.include <bsd.prog.mk>