2000-06-01 10:53:55 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 2000/06/01 06:53:55 matt Exp $
|
1998-12-05 09:42:55 +03:00
|
|
|
|
2000-05-02 20:06:45 +04:00
|
|
|
.include "../../Makefile.inc"
|
2000-06-01 10:53:55 +04:00
|
|
|
.include <bsd.own.mk>
|
2000-05-02 20:06:45 +04:00
|
|
|
|
|
|
|
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
VER!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh
|
1999-04-27 16:05:05 +04:00
|
|
|
|
|
|
|
.if target(install) && !defined(RELEASEDIR)
|
|
|
|
beforeinstall:
|
|
|
|
@echo setenv RELEASEDIR before doing that!
|
|
|
|
@false
|
|
|
|
.endif
|