summaryrefslogtreecommitdiffstats
path: root/usr.bin/keylogout
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-16 17:37:23 +0000
committerbde <bde@FreeBSD.org>1997-12-16 17:37:23 +0000
commit4c20d2d2104257c955ec51a0f42f26e99f41cac5 (patch)
treee7ae638b996d0b159f26966ebd0d0bc3d01b035a /usr.bin/keylogout
parentf289b1cae7e36d27cc410f0de127f309b9a4044d (diff)
downloadFreeBSD-src-4c20d2d2104257c955ec51a0f42f26e99f41cac5.zip
FreeBSD-src-4c20d2d2104257c955ec51a0f42f26e99f41cac5.tar.gz
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.
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 c5bd6f5..e3743ad 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>
OpenPOWER on IntegriCloud