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.

20 lines
440 B

20 years ago
20 years ago
20 years ago
  1. # $OpenBSD: Makefile.inc,v 1.2 2004/08/06 22:57:14 deraadt Exp $
  2. # etc.sgi/Makefile.inc -- sgi-specific etc Makefile targets
  3. .ifdef DESTDIR
  4. snap_md: bsd distrib1
  5. cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \
  6. ${DESTDIR}/snapshot/bsd
  7. bsd:
  8. cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC
  9. cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \
  10. make clean && make
  11. distrib1:
  12. ${MAKE} distrib
  13. .PHONY: bsd distrib1
  14. .endif