diff options
| author | phil <phil@NetBSD.org> | 2001-01-11 01:49:47 +0000 |
|---|---|---|
| committer | phil <phil@NetBSD.org> | 2001-01-11 01:49:47 +0000 |
| commit | 09ae8bbd21faefbd394eb64d3e1ffcf4756ac2af (patch) | |
| tree | 1a39206cda91bfa80dd27aafa5c942f187bb9264 /gnu/usr.bin | |
| parent | def396420d57e9d921665c9373520e8ee69bd9cd (diff) | |
Remove getopt{,1}.c from sources. Use NetBSD's versions.
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 |
