# libhack.o is built by Makefile & included Makefile.inc
LIBS libhack.o -lbz2 -lutil -ll -lm
# various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
COPY ${DISTRIBDIR}/common/protocols etc/protocols
COPY ${DISTRIBDIR}/common/services etc/services
# we need the boot block in /usr/mdec + the MBR copy
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
COPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp
COPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755
# and the boot script
COPY ${CURDIR}/../common/dot.profile .profile