Update for new bootfloppy/ramdisk
This commit is contained in:
parent
5a9cb7b516
commit
a88eb35d75
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.3 1996/08/30 20:03:54 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1997/10/19 15:38:34 oki Exp $
|
||||
|
||||
SUBDIR= inst kc upgr
|
||||
SUBDIR= ramdisk bootfloppy
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# $NetBSD: Makefile.inc,v 1.5 1997/05/11 08:59:07 veego Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 1997/10/19 15:38:35 oki Exp $
|
||||
|
||||
# REV is revision without dots, as in "12C"
|
||||
# VER is revision with dots, as in "1.2C"
|
||||
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
||||
VER!=sh ${.CURDIR}/../../../../sys/conf/osrelease.sh
|
||||
|
|
Loading…
Reference in New Issue