diff options
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/dc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile index 16c8c228573..74a1c91ecfe 100644 --- a/gnu/usr.bin/dc/Makefile +++ b/gnu/usr.bin/dc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1999/02/11 16:22:44 tv Exp $ +# $NetBSD: Makefile,v 1.8 2001/01/11 01:49:47 phil Exp $ PROG= dc SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \ - number.c getopt.c getopt1.c + number.c CPPFLAGS+= -D_POSIX_SOURCE -I. -I${.CURDIR}/../bc \ -I${DIST}/bc/dc -I${DIST}/bc/h |
