summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-11-29 23:50:12 +0000
committerthorpej <thorpej@NetBSD.org>2001-11-29 23:50:12 +0000
commit65709d507f7c1c9b0678efa8a8b620d925d7660b (patch)
tree8753011b12a9c72ba7b8dc56a8353a685be60050 /libexec
parent2c6ba846c50a5c668fdf360e58528375d07adb55 (diff)
Allow this to be built as a host program.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/makewhatis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile
index 57d3f613e18..4aa906d8be0 100644
--- a/libexec/makewhatis/Makefile
+++ b/libexec/makewhatis/Makefile
@@ -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