Allow this to be built as a host program.
This commit is contained in:
parent
2c6ba846c5
commit
65709d507f
|
@ -1,7 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.8 1999/09/25 21:17:37 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2001/11/29 23:50:12 thorpej Exp $
|
||||
|
||||
PROG= makewhatis
|
||||
LDADD= -lz
|
||||
MAN= ${PROG}.8
|
||||
|
||||
.ifndef HOSTPROG
|
||||
.include <bsd.prog.mk>
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue