=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/asn1_compile/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/asn1_compile/Attic/Makefile 2003/05/11 21:40:50 1.2 +++ src/usr.bin/asn1_compile/Attic/Makefile 2003/06/25 21:20:12 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/05/11 21:40:50 hin Exp $ +# $OpenBSD: Makefile,v 1.3 2003/06/25 21:20:12 deraadt Exp $ PROG= asn1_compile NOMAN= @@ -6,7 +6,7 @@ gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c \ gen_glue.c getarg.c -CFLAGS+=-I. -I$(.CURDIR) -DFALSE=0 -DTRUE=1 +CFLAGS+=-I. -I$(.CURDIR) -DFALSE=0 -DTRUE=1 -DHAVE_ARC4RANDOM CLEANFILES= parse.[ch] lex.c