glass 3fd5c19105 further integration of torek's config with our modified
tree structure, basically problems resulting from the 'arch' change
1993-08-13 13:22:08 +00:00

16 lines
319 B
Makefile

# @(#)Makefile 5.1 (Berkeley) 1/12/93
YACC= byacc
LEX = flex
CC= gcc
PROG= config.new
SRCS= files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c \
mkswap.c pack.c scan.l sem.c util.c
CFLAGS=-I${.CURDIR} -I.
CLEANFILES=gram.c scan.c y.tab.h
MAN8= config.0
.include <bsd.prog.mk>
.depend: gram.c scan.c