Home | History | Annotate | Line # | Download | only in compat
Makefile revision 1.2
      1  1.2  lukem #	$NetBSD: Makefile,v 1.2 2002/01/04 14:39:06 lukem Exp $
      2  1.1     tv 
      3  1.1     tv HOSTLIB=	nbcompat
      4  1.1     tv 
      5  1.2  lukem SRCS=		err.c fgetln.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