NetBSD/distrib/sun3/Makefile.inc
lukem 6709a268be Don't hardcode in the current release information; generate it
automatically on the fly, by using
	`sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s`
1997-05-10 15:42:53 +00:00

10 lines
218 B
Makefile

# $NetBSD: Makefile.inc,v 1.5 1997/05/10 15:42:56 lukem Exp $
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
LDSTATIC= -static
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src
SRCSYSDIR?= ${BSDSRCDIR}/sys