Move MKMAN to ../Makefile.inc.

This commit is contained in:
simonb 1999-04-11 04:25:15 +00:00
parent c8ba78a09e
commit f1e493608f
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1999/03/31 02:35:14 simonb Exp $ # $NetBSD: Makefile,v 1.5 1999/04/11 04:25:15 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94 # @(#)Makefile 8.3 (Berkeley) 2/16/94
S= ${.CURDIR}/../../../.. S= ${.CURDIR}/../../../..
@ -6,7 +6,6 @@ S= ${.CURDIR}/../../../..
PROG= boot PROG= boot
RELOC= 80710000 RELOC= 80710000
BINMODE= 555 BINMODE= 555
MKMAN= no
SRCS= start.S boot.c SRCS= start.S boot.c
NEWVERSWHAT= "Secondary Boot" NEWVERSWHAT= "Secondary Boot"
VERSIONFILE= ${.CURDIR}/version VERSIONFILE= ${.CURDIR}/version