Use NetBSD's getopt{,_long}.

This commit is contained in:
wiz 2000-11-01 13:14:46 +00:00
parent 0b8ff41f41
commit 58d067b119
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#include <signal.h>
#include "global.h"
#include "proto.h"
#include "getopt.h"
#include <getopt.h>
/* Variables for processing multiple files. */

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 1999/02/11 16:13:01 tv Exp $
# $NetBSD: Makefile,v 1.22 2000/11/01 13:14:46 wiz Exp $
PROG= bc
SRCS= bc.y execute.c getopt.c getopt1.c global.c load.c main.c \
SRCS= bc.y execute.c global.c load.c main.c \
number.c scan.l storage.c util.c
CPPFLAGS+= -D_POSIX_SOURCE -I. -I${.CURDIR} -I${DIST}/bc/bc -I${DIST}/bc/h
LFLAGS+= -I8