summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
diff options
context:
space:
mode:
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.