Cross Reference: Makefile
xref: /src/tools/compat/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/compat/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2001/12/11 21:17:57 tv Exp $
2
3HOSTLIB=	nbcompat
4
5SRCS=		err.c fparseln.c setprogname.c
6HOST_CPPFLAGS+=	-I. -DHAVE_CONFIG_H
7
8DPSRCS=		config.h
9CLEANFILES=	config.cache config.log config.status confdefs.h defs.mk
10
11config.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:
16regen:
17	cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf
18
19.include <bsd.hostlib.mk>
20

Indexes created Mon Dec 15 21:09:32 GMT 2025