diff options
| author | John Birrell <jb@FreeBSD.org> | 2008-03-27 01:33:26 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2008-03-27 01:33:26 +0000 |
| commit | d97cdd33492f5afe2150e1fced657c9a31911c67 (patch) | |
| tree | eace38c7a0eb9bbebf41cb12eb359af5aaf2fa08 /usr.bin/awk | |
| parent | e15e150d76dbd369d75d314eab3aac2de9ea0f1d (diff) | |
Notes
Diffstat (limited to 'usr.bin/awk')
| -rw-r--r-- | usr.bin/awk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index 8174db83cc3a..7ec2e575c608 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -6,7 +6,7 @@ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk PROG= awk SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c ytab.h -CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC} +CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC} -DFOPEN_MAX=64 DPADD= ${LIBM} LDADD= -lm |
