NetBSD/sys/arch/macppc/stand/bootxx/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

15 lines
237 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:46 lukem Exp $
PROG= bootxx
MKMAN= no
STRIPFLAG=
BINMODE=444
CFLAGS=-O2 -Wall
${PROG}: ${PROG}.o
${LD} -o bootxx -x -N -Ttext 4000 -e _start ${PROG}.o
@size ${PROG}
.include <bsd.prog.mk>