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

18 years ago
18 years ago
  1. # $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $
  2. kernels: bsd bootblocks
  3. cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \
  4. ${RELEASEDIR}/bsd
  5. bsd:
  6. cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC
  7. cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \
  8. ${MAKE} clean && exec ${MAKE}
  9. bootblocks:
  10. cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx
  11. cp ${DESTDIR}/usr/mdec/bootsd ${RELEASEDIR}/bootsd
  12. cp ${DESTDIR}/usr/mdec/installboot ${RELEASEDIR}/installboot
  13. MDEXT= bsd bsd.rd bootxx bootsd installboot
  14. .PHONY: bsd bootblocks