Make sure to create m68k and machine symlinks to include loadfile_machdep.h.

This commit is contained in:
tsutsui 2001-03-21 10:58:54 +00:00
parent 47e6a41505
commit 9ae0cb4d12
1 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2001/02/22 07:11:10 chs Exp $
# $NetBSD: Makefile,v 1.10 2001/03/21 10:58:54 tsutsui Exp $
.include <bsd.own.mk>
@ -6,9 +6,10 @@ PROG= installboot
MKMAN= no
NOMAN= yes
BINDIR=/usr/mdec
LIBSA=${.CURDIR}/../../../../lib/libsa
S= ${.CURDIR}/../../../..
LIBSA=${S}/lib/libsa
COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CPPFLAGS+= -I${LIBSA}
CPPFLAGS+= -I${LIBSA} -I.
# Need this to work in the miniroot
LDSTATIC?= -static
@ -17,4 +18,11 @@ LDSTATIC?= -static
SRCS= installboot.c loadfile.c
# for machine/loadfile_machdep.h
CLEANFILES+= machine m68k
.BEGIN: machine m68k
.NOPATH: machine m68k
realdepend realall: machine m68k
.include <bsd.prog.mk>