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:
parent
29901fcc76
commit
645d0c98dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35839
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user