From 4adbaec36614afdfb05f2772cd5b35fa0be845a1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 16 Dec 1997 17:37:23 +0000 Subject: 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. --- usr.bin/keylogin/Makefile | 8 +++----- usr.bin/keylogout/Makefile | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index 971a74623b79..1c3b861ab67c 100644 --- a/usr.bin/keylogin/Makefile +++ b/usr.bin/keylogin/Makefile @@ -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 diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index c5bd6f524cf9..e3743ad6029e 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 -- cgit v1.2.3