summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-21 14:59:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-21 14:59:41 +0000
commite30de58b608794da63cab94d20c0b04696fe5f26 (patch)
treece1afe05558a6a765e20fe8cdaba4255aaeb3ede /usr.sbin/apmd
parentce78c73fe1cd0f41c40bc459fbe4319f5a1e5f53 (diff)
do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile
index 67ddfbdb1de..31411a8bcaf 100644
--- a/usr.sbin/apmd/Makefile
+++ b/usr.sbin/apmd/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2000/05/18 16:46:37 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2000/09/21 14:59:40 mickey Exp $
.if ${MACHINE} == "i386"
SRCS= apmd.c apmsubr.c
-CFLAGS+= -g -O2 -Wmissing-prototypes -Wall
PROG= apmd
.else
NOPROG=yes