diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 18:30:50 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 18:30:50 +0000 |
commit | ae20f0d5454c5de552ea0d713481533148fd9460 (patch) | |
tree | c5daeeef8390d4a24eb3a998f544b8ee7b9eb077 /lib | |
parent | 75068ce57719f2c97a0759f28b916e76783105fd (diff) |
Add -Wall
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkeynote/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |