Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/makewhatis Allow this to be built as a host program.



details:   https://anonhg.NetBSD.org/src/rev/67b8a14b8b80
branches:  trunk
changeset: 518419:67b8a14b8b80
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Nov 29 23:50:12 2001 +0000

description:
Allow this to be built as a host program.

diffstat:

 libexec/makewhatis/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 1fe94905188d -r 67b8a14b8b80 libexec/makewhatis/Makefile
--- a/libexec/makewhatis/Makefile       Thu Nov 29 23:32:42 2001 +0000
+++ b/libexec/makewhatis/Makefile       Thu Nov 29 23:50:12 2001 +0000
@@ -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



Home | Main Index | Thread Index | Old Index