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.
This commit is contained in:
Bruce Evans 1997-12-16 17:37:23 +00:00
parent c724b81f25
commit 4adbaec366
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31777
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
PROG= keylogin
SRCS= keylogin.c
MAN1= keylogin.1
LDADD+= -lrpcsvc
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>

View File

@ -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>