pass in -DHOSTPROG if a HOSTPROG

This commit is contained in:
lukem 2003-07-22 13:58:49 +00:00
parent f5721758ca
commit 4b391b57bf

View File

@ -1,10 +1,12 @@
# $NetBSD: Makefile,v 1.5 2003/07/21 10:16:55 agc Exp $
# $NetBSD: Makefile,v 1.6 2003/07/22 13:58:49 lukem Exp $
PROG= stat
.if !defined(HOSTPROG)
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
.else
CPPFLAGS+=-DHOSTPROG
.endif
.include <bsd.prog.mk>