build file(1) as a host tool (for compiling magic files)

This commit is contained in:
pooka 2003-03-25 23:43:49 +00:00
parent ae0bb29eb1
commit 8daae68793
2 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.62 2003/03/07 01:14:30 thorpej Exp $
# $NetBSD: Makefile,v 1.63 2003/03/25 23:43:49 pooka Exp $
.include <bsd.own.mk>
@ -19,8 +19,8 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
yacc .WAIT \
lex .WAIT \
${TOOLCHAIN_BITS} \
asn1_compile cat cksum compile_et config installboot lint1 \
makefs menuc mklocale msgc pax pwd_mkdb sunlabel zic
asn1_compile cat cksum compile_et config file installboot \
lint1 makefs menuc mklocale msgc pax pwd_mkdb sunlabel zic
.if ${MKMAN} != "no"
SUBDIR+= groff

8
tools/file/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.1 2003/03/25 23:43:50 pooka Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../dist/file
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
.include "${.CURDIR}/../Makefile.gnuhost"