diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-25 05:06:50 +0000 |
commit | 1565c127b1bdcc74ee76a732acd8d8ea330dbce5 (patch) | |
tree | 21fe9a6b51d8c6d7e5161c2297283411c4d03377 /lib/libkeynote/Makefile | |
parent | 9bd8fd0c93dcd62158eebc119f2255df53ba1b8f (diff) |
Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.
ok millert@ deraadt@ hshoexer@
Diffstat (limited to 'lib/libkeynote/Makefile')
-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 5157832c0c4..e4aff3328ee 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2000/05/18 08:35:36 angelos Exp $ +# $OpenBSD: Makefile,v 1.15 2004/06/25 05:06:49 msf Exp $ LIB= keynote MAN= keynote.3 keynote.4 keynote.5 @@ -16,7 +16,7 @@ MLINKS= keynote.3 kn_init.3 keynote.3 kn_add_assertion.3 \ kn_sign_assertion.3 keynote.3 kn_verify_assertion.3 \ keynote.3 kn_free_key.3 keynote.3 kn_get_string.3 NOPIC= -CFLAGS+= -Wall -DCRYPTO -DHAVE_CONFIG_H -I. -I${.CURDIR} +CFLAGS+= -Wall -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i YACCFLAGS = -d -p kn -b k |