Simplified by using new yacc rules and by not generating y.tab.h.
This commit is contained in:
parent
1b1ddfa527
commit
42c5ca4ad6
@ -1,10 +1,10 @@
|
|||||||
# @(#)Makefile 8.3 (Berkeley) 7/19/93
|
# @(#)Makefile 8.3 (Berkeley) 7/19/93
|
||||||
|
# $Id$
|
||||||
|
|
||||||
PROG= rdist
|
PROG= rdist
|
||||||
|
SRCS= docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c
|
||||||
CFLAGS+=-I${.CURDIR}
|
CFLAGS+=-I${.CURDIR}
|
||||||
SRCS= docmd.c expand.c lookup.c main.c rshrcmd.c server.c
|
YFLAGS=
|
||||||
SRCS+= gram.c
|
|
||||||
CLEANFILES=y.tab.h gram.c
|
|
||||||
|
|
||||||
# To use the old method, which requires setuid-root and all the baggage and
|
# To use the old method, which requires setuid-root and all the baggage and
|
||||||
# security holes that goes with it, uncomment:
|
# security holes that goes with it, uncomment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user