1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Simplified by using new yacc rules and by not generating y.tab.h.

This commit is contained in:
Bruce Evans 1998-05-08 06:41:06 +00:00
parent 29901fcc76
commit 645d0c98dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35839

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13 1997/02/22 15:45:20 peter Exp $
# $Id: Makefile,v 1.14 1997/05/15 23:00:07 peter Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -12,14 +12,13 @@ NOPROFILE= yes
NOPIC= yes
CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H
YFLAGS=
SRCS = argmatch.c getdate.y getline.c \
getopt.c getopt1.c savecwd.c \
sighandle.c stripslash.c \
xgetwd.c yesno.c
CLEANFILES+= getdate.c y.tab.h
install:
@echo -n