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:
parent
c724b81f25
commit
4adbaec366
@ -1,10 +1,8 @@
|
|||||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# $Id$
|
||||||
|
|
||||||
PROG= keylogin
|
PROG= keylogin
|
||||||
SRCS= keylogin.c
|
|
||||||
|
|
||||||
MAN1= keylogin.1
|
DPADD= ${LIBRPCSVC}
|
||||||
|
LDADD= -lrpcsvc
|
||||||
LDADD+= -lrpcsvc
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# $Id$
|
||||||
|
|
||||||
PROG= keylogout
|
PROG= keylogout
|
||||||
SRCS= keylogout.c
|
|
||||||
|
|
||||||
MAN1= keylogout.1
|
DPADD= ${LIBRPCSVC}
|
||||||
|
LDADD= -lrpcsvc
|
||||||
LDADD+= -lrpcsvc
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user