1998-04-09 04:32:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.19 1998/04/09 00:32:39 tv 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
|
1998-04-09 04:32:31 +04:00
|
|
|
YHEADER=1
|
1997-10-23 10:31:59 +04:00
|
|
|
CPPFLAGS+=-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
|
|
|
|
|
1995-04-28 10:54:58 +04:00
|
|
|
MAN= config.8
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|