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.

18 lines
475 B

  1. # $OpenBSD: Makefile.inc,v 1.5 2006/07/27 02:53:55 deraadt Exp $
  2. .ifdef DESTDIR
  3. snap_md: bootblocks bsd distrib
  4. cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \
  5. ${DESTDIR}/snapshot/bsd
  6. bsd:
  7. cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC
  8. cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \
  9. ${MAKE} clean && ${MAKE} depend && exec ${MAKE}
  10. bootblocks:
  11. cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot
  12. .PHONY: bsd bootblocks
  13. .endif # DESTDIR check