1 1.1 tv # $NetBSD: Makefile,v 1.1 2001/12/11 21:17:57 tv Exp $ 2 1.1 tv 3 1.1 tv HOSTLIB= nbcompat 4 1.1 tv 5 1.1 tv SRCS= err.c fparseln.c setprogname.c 6 1.1 tv HOST_CPPFLAGS+= -I. -DHAVE_CONFIG_H 7 1.1 tv 8 1.1 tv DPSRCS= config.h 9 1.1 tv CLEANFILES= config.cache config.log config.status confdefs.h defs.mk 10 1.1 tv 11 1.1 tv config.h: configure config.h.in defs.mk.in 12 1.1 tv -rm -f config.h defs.mk 13 1.1 tv sh ${.CURDIR}/configure --cache-file=config.cache 14 1.1 tv 15 1.1 tv # Run by hand, then "configure" script committed: 16 1.1 tv regen: 17 1.1 tv cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf 18 1.1 tv 19 1.1 tv .include <bsd.hostlib.mk> 20