1 1.4 christos # $NetBSD: Makefile,v 1.4 2006/08/26 18:17:13 christos Exp $ 2 1.1 thorpej # from: @(#)Makefile 8.2 (Berkeley) 4/19/94 3 1.1 thorpej 4 1.1 thorpej PROG= config 5 1.1 thorpej SRCS= files.c gram.y hash.c main.c mkdevsw.c mkheaders.c mkioconf.c \ 6 1.1 thorpej mkmakefile.c mkswap.c pack.c scan.l sem.c util.c 7 1.1 thorpej MAN= config.1 8 1.3 cube MAN+= config.5 config.samples.5 9 1.1 thorpej YHEADER=1 10 1.1 thorpej CPPFLAGS+=-I${.CURDIR} -I. 11 1.1 thorpej 12 1.4 christos LDADD+=-lutil 13 1.4 christos DPADD+=${LIBUTIL} 14 1.4 christos 15 1.1 thorpej CWARNFLAGS+=-Wno-format-y2k 16 1.1 thorpej 17 1.1 thorpej .include <bsd.prog.mk> 18