summaryrefslogtreecommitdiff
path: root/usr.bin/lock
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.bin/lock
parent1da51e29f50d8de8dafecad57f99e3344d90388a (diff)
no libcrypt, fix DPADD
Diffstat (limited to 'usr.bin/lock')
-rw-r--r--usr.bin/lock/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index ed29ac966eb..d49d575d4d9 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -1,10 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 1996/06/26 05:35:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1997/03/26 00:35:27 deraadt Exp $
PROG= lock
BINOWN= root
BINMODE=4555
-#LDADD+= -lcrypt
-#DPADD+= ${LIBCRYPT}
.include <bsd.own.mk>