summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-03-26 00:36:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-03-26 00:36:01 +0000
commit082e875778c51eba9dd109113e8ffdfa89170f98 (patch)
treee32dcb4593f4992769e0a8d1d8c3ad80fa20e5c4 /usr.sbin
parent1da51e29f50d8de8dafecad57f99e3344d90388a (diff)
no libcrypt, fix DPADD
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/apm/Makefile3
-rw-r--r--usr.sbin/apmd/Makefile4
-rw-r--r--usr.sbin/pppd/Makefile4
-rw-r--r--usr.sbin/rpc.pcnfsd/Makefile2
4 files changed, 3 insertions, 10 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index 9feedc09739..9354fce3121 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,7 +1,6 @@
-# $Id: Makefile,v 1.2 1996/11/14 15:04:51 mickey Exp $
+# $Id: Makefile,v 1.3 1997/03/26 00:35:49 deraadt Exp $
SRCS= apm.c apmsubr.c
-#LDADD+= -lutil
.PATH: ${.CURDIR}/../apmd
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile
index 7b8f69640c6..46832572883 100644
--- a/usr.sbin/apmd/Makefile
+++ b/usr.sbin/apmd/Makefile
@@ -1,11 +1,9 @@
-# $Id: Makefile,v 1.1 1996/04/29 13:08:42 hvozda Exp $
+# $Id: Makefile,v 1.2 1997/03/26 00:35:50 deraadt Exp $
SRCS= apmd.c apmsubr.c
-#LDADD+= -lutil
CFLAGS+= -g -O2 -Wmissing-prototypes -Wall
PROG= apmd
MAN= apmd.8
.include <bsd.prog.mk>
-# DO NOT DELETE THIS LINE -- make depend depends on it.
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index 9c697d00f4a..2dcdccd2c6a 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1996/12/23 13:22:36 mickey Exp $
+# $OpenBSD: Makefile,v 1.9 1997/03/26 00:35:57 deraadt Exp $
# $NetBSD: Makefile,v 1.12 1996/03/19 03:03:04 jtc Exp $
PROG= pppd
@@ -11,9 +11,7 @@ SUBDIR= pppstats chat
BINMODE=4555
BINOWN= root
-#LDADD= -lcrypt -lutil
LDADD= -lutil
-#DPADD= ${LIBCRYPT} ${LIBUTIL}
DPADD= ${LIBUTIL}
CFLAGS+= -I. -I${.CURDIR} -DHAVE_PATHS_H -DIPX_CHANGE
CLEANFILES=y.tab.h grammar.c scanner.c
diff --git a/usr.sbin/rpc.pcnfsd/Makefile b/usr.sbin/rpc.pcnfsd/Makefile
index c658251d5d1..c081d9ab227 100644
--- a/usr.sbin/rpc.pcnfsd/Makefile
+++ b/usr.sbin/rpc.pcnfsd/Makefile
@@ -14,9 +14,7 @@ CFLAGS+=-DUSE_YP
SRCS= pcnfsd_v1.c pcnfsd_v2.c pcnfsd_misc.c \
pcnfsd_cache.c pcnfsd_print.c pcnfsd_svc.c pcnfsd_xdr.c
-#DPADD= ${LIBRPCSVC} ${LIBCRYPT}
DPADD= ${LIBRPCSVC}
-#LDADD= -lrpcsvc -lcrypt
LDADD= -lrpcsvc
pcnfsd_svc.c: pcnfsd.x