summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
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/apmd/Makefile
parent1da51e29f50d8de8dafecad57f99e3344d90388a (diff)
no libcrypt, fix DPADD
Diffstat (limited to 'usr.sbin/apmd/Makefile')
-rw-r--r--usr.sbin/apmd/Makefile4
1 files changed, 1 insertions, 3 deletions
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.