summaryrefslogtreecommitdiff
path: root/libexec/uucpd
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 /libexec/uucpd
parent1da51e29f50d8de8dafecad57f99e3344d90388a (diff)
no libcrypt, fix DPADD
Diffstat (limited to 'libexec/uucpd')
-rw-r--r--libexec/uucpd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile
index 60379971b46..af8311bb217 100644
--- a/libexec/uucpd/Makefile
+++ b/libexec/uucpd/Makefile
@@ -1,10 +1,8 @@
# from: @(#)Makefile 5.3 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.2 1996/02/15 03:50:49 etheisen Exp $
+# $Id: Makefile,v 1.3 1997/03/26 00:34:39 deraadt Exp $
CFLAGS+= -DBSDINETD
PROG= uucpd
NOMAN= noman
-#LDADD+= -lcrypt
-#DPADD+= ${LIBCRYPT}
.include <bsd.prog.mk>