NetBSD/distrib/evbarm/gzboot/kern_IQ80310/Makefile

20 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.1 2002/03/28 22:03:03 thorpej Exp $
.include "../../../../Makefile.inc"
.include <bsd.own.mk>
KERNEL?= ${KERNOBJDIR}/IQ80310/netbsd.bin
all:
cp ${KERNEL} netbsd.bin
gzip -9f netbsd.bin
clean cleandir distclean:
rm -f netbsd.bin netbsd.bin.gz
# nothing to do here
depend includes lint regress tags:
.include <bsd.kernobj.mk>
.include <bsd.obj.mk>