cosmetic cleanup

This commit is contained in:
lukem 2002-02-26 22:52:52 +00:00
parent e1ab92e728
commit 0242a73525
2 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.3 2002/02/08 04:40:07 lukem Exp $
# $NetBSD: Makefile,v 1.4 2002/02/26 22:52:52 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
BASENAME=boot-com
BOOTCODE= ${MDEC}/biosboot_com0.sym # Serial output
BOOTCODE=${MDEC}/biosboot_com0.sym # Serial output
KERN!= cd ${TOP}/kernel-ramdisk/; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
${MAKE} -s -f-

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.4 2002/02/08 04:40:07 lukem Exp $
# $NetBSD: Makefile,v 1.5 2002/02/26 22:52:52 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
BASENAME=bootlap
KERN!= cd ${TOP}/kernel-ramdisk/; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_LAPTOP.gz\n" | \
${MAKE} -s -f-
BASENAME=bootlap
.include "${TOP}/common/Makefile.fdset"