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
550 B

  1. # $OpenBSD: Makefile.inc,v 1.2 2002/05/13 07:22:43 espie Exp $
  2. # etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
  3. .ifdef DESTDIR
  4. snap_md: bsd bootblocks distrib
  5. cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \
  6. ${DESTDIR}/snapshot/bsd
  7. bsd:
  8. cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC
  9. cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \
  10. ${MAKE} clean && ${MAKE} depend && exec ${MAKE}
  11. bootblocks:
  12. cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot
  13. .PHONY: bsd bootblocks
  14. .endif # DESTDIR check