diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-28 18:36:06 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-28 18:36:06 +0000 |
commit | 575f07f1c83c88eceab3cfe3320a1a04ea957dee (patch) | |
tree | 598787bb2544c6d8dcb3f1737d370eb2964011a9 /usr.bin/keynote | |
parent | e1f42814b85bee4a2572b1ecb56ca88d646762a3 (diff) |
Remove unneeded -D flags from CFLAGS.
Diffstat (limited to 'usr.bin/keynote')
-rw-r--r-- | usr.bin/keynote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/keynote/Makefile b/usr.bin/keynote/Makefile index 6c760c08a77..1da7d0d31dc 100644 --- a/usr.bin/keynote/Makefile +++ b/usr.bin/keynote/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2004/06/25 00:44:02 msf Exp $ +# $OpenBSD: Makefile,v 1.13 2004/06/28 18:36:05 msf Exp $ PROG= keynote SRCS= keynote-sign.c keynote-keygen.c keynote-sigver.c keynote-verify.c \ keynote-main.c z.tab.c lex.kv.c -CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libkeynote +CFLAGS+= -Wall -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libkeynote LEXFLAGS= -Pkv -s -i YACCFLAGS= -d -p kv -b z DPADD= ${LIBKEYNOTE} ${LIBM} ${LIBCRYPTO} |