484f8db2eb
required, define them before pulling in libhack/Makefile.inc so that the dependencies work correctly. - Other minor cleanups
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile.inc,v 1.8 2002/03/28 04:33:21 lukem Exp $
|
|
|
|
IMAGESIZE= 1080k
|
|
IMAGEENDIAN= be
|
|
MAKEDEVTARGETS= floppy
|
|
IMAGEDEPENDS+= ${ARCHDIR}/disktab.shadow ${ARCHDIR}/dot.profile \
|
|
${ARCHDIR}/install.md ${ARCHDIR}/termcap.vt
|
|
|
|
# Use stubs to eliminate some large stuff from libc
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
HACKOBJS= gethost.o
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
${CRUNCHBIN}: libhack.o
|