1997-05-15 14:04:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 1997/05/15 10:05:33 veego Exp $
|
1995-04-28 10:54:58 +04:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/19/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= config
|
1994-12-12 01:29:40 +03:00
|
|
|
BINDIR= /usr/sbin
|
1997-05-09 17:56:04 +04:00
|
|
|
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
|
1995-04-28 10:54:58 +04:00
|
|
|
CFLAGS+=-I${.CURDIR} -I.
|
1996-11-12 02:36:40 +03:00
|
|
|
|
|
|
|
# This program actually requires "flex" (not just any old lex).
|
|
|
|
# Also note that it does not use -ll
|
|
|
|
LEX=flex
|
|
|
|
|
1997-05-15 14:04:27 +04:00
|
|
|
CLEANFILES+= y.tab.h
|
|
|
|
|
1995-04-28 10:54:58 +04:00
|
|
|
MAN= config.8
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|