Remove getopt{,1}.c from sources. Use NetBSD's versions.

This commit is contained in:
phil 2001-01-11 01:49:47 +00:00
parent def396420d
commit 09ae8bbd21
1 changed files with 2 additions and 2 deletions

View File

@ -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