1 # $NetBSD: Makefile,v 1.5 2001/12/12 01:48:44 tv Exp $
7 # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf
8 # I'd use PROG instead of CRUNCHED, but the system makefiles REALLY want
9 # to build things in the normal way if you use PROG.
11 CONF
= $(CRUNCHED
).conf
14 OUTPUTS
= $(OUTMK
) $(CRUNCHED
).c
$(CRUNCHED
).cache
16 CLEANFILES
+=$(CRUNCHED
) $(OUTPUTS
) *.o
*.lo
*_stub.c
22 crunchgen
${.CURDIR
}/$(CONF
)
24 $(CRUNCHED
): $(OUTPUTS
) submake
29 ${MAKE} -f
$(OUTMK
) objs
31 .
include <bsd.prog.mk
>