Add appropriate ifdefs so tools reachovers build clean

This commit is contained in:
jmc 2001-10-05 22:54:51 +00:00
parent 6addac288f
commit 7399da0682
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:56 lukem Exp $
# $NetBSD: Makefile,v 1.8 2001/10/05 22:54:51 jmc Exp $
.include <bsd.own.mk>
@ -14,4 +14,6 @@ FILES= menu_sys.def
FILESDIR= /usr/share/misc
.endif
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2000/07/06 19:30:11 jhawk Exp $
# $NetBSD: Makefile,v 1.9 2001/10/05 22:54:51 jmc Exp $
.include <bsd.own.mk>
@ -28,4 +28,6 @@ FILES= msg_sys.def
FILESDIR= /usr/share/misc
.endif
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif