Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
573 B

# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $
kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \
${RELEASEDIR}/bsd
bsd:
cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \
${MAKE} clean && exec ${MAKE}
bootblocks:
cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx
cp ${DESTDIR}/usr/mdec/bootsd ${RELEASEDIR}/bootsd
cp ${DESTDIR}/usr/mdec/installboot ${RELEASEDIR}/installboot
MDEXT= bsd bsd.rd bootxx bootsd installboot
.PHONY: bsd bootblocks