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