Makefile revision 1.1
11.1Stv# $NetBSD: Makefile,v 1.1 2001/12/11 21:17:57 tv Exp $ 21.1Stv 31.1StvHOSTLIB= nbcompat 41.1Stv 51.1StvSRCS= err.c fparseln.c setprogname.c 61.1StvHOST_CPPFLAGS+= -I. -DHAVE_CONFIG_H 71.1Stv 81.1StvDPSRCS= config.h 91.1StvCLEANFILES= config.cache config.log config.status confdefs.h defs.mk 101.1Stv 111.1Stvconfig.h: configure config.h.in defs.mk.in 121.1Stv -rm -f config.h defs.mk 131.1Stv sh ${.CURDIR}/configure --cache-file=config.cache 141.1Stv 151.1Stv# Run by hand, then "configure" script committed: 161.1Stvregen: 171.1Stv cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf 181.1Stv 191.1Stv.include <bsd.hostlib.mk> 20