summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libkeynote/Makefile4
-rw-r--r--usr.bin/keynote/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile
index e2976a539a8..e69d6b39f8b 100644
--- a/lib/libkeynote/Makefile
+++ b/lib/libkeynote/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 1999/05/23 22:32:06 angelos Exp $
+# $OpenBSD: Makefile,v 1.3 1999/05/31 18:30:49 angelos Exp $
LIB= keynote
MAN= keynote.3 keynote.4
-CFLAGS+= -DCRYPTO -I. -I${.CURDIR}
+CFLAGS+= -Wall -DCRYPTO -I. -I${.CURDIR}
LEXFLAGS = -Cr -Pkn -s -i
YACCFLAGS = -d -p kn -b k
diff --git a/usr.bin/keynote/Makefile b/usr.bin/keynote/Makefile
index 17abfc071a0..5277602e289 100644
--- a/usr.bin/keynote/Makefile
+++ b/usr.bin/keynote/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1999/05/27 01:11:44 angelos Exp $
+# $OpenBSD: Makefile,v 1.4 1999/05/31 18:30:46 angelos Exp $
PROG= keynote
@@ -10,7 +10,7 @@ LDADD= -lkeynote -lm -lcrypto
MAN= keynote.1
CLEANFILES+= lex.kv.c z.tab.c z.tab.h
-CFLAGS+= -DCRYPTO -I. -I${.CURDIR}
+CFLAGS+= -Wall -DCRYPTO -I. -I${.CURDIR}
LEXFLAGS2 = -Pkv -s -i
YACCFLAGS2 = -d -p kv -b z