pull in <bsd.sys.mk> for HOST_SH

This commit is contained in:
lukem 2003-05-09 09:06:14 +00:00
parent de2f2d8752
commit 8c75c09c1b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.distrib,v 1.3 2003/05/08 13:04:13 christos Exp $ # $NetBSD: Makefile.distrib,v 1.4 2003/05/09 09:06:14 lukem Exp $
# #
# Makefile snippet to setup various make variables variables used in distrib/: # Makefile snippet to setup various make variables variables used in distrib/:
# #
@ -16,6 +16,7 @@
.if !defined(_MAKEFILE_DISTRIB_) .if !defined(_MAKEFILE_DISTRIB_)
_MAKEFILE_DISTRIB_=1 _MAKEFILE_DISTRIB_=1
.include <bsd.sys.mk> # for HOST_SH
DISTRIBDIR= ${NETBSDSRCDIR}/distrib DISTRIBDIR= ${NETBSDSRCDIR}/distrib
DISTRIBREV!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -s DISTRIBREV!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -s