diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 02:53:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-27 02:53:56 +0000 |
commit | 98029a0db3e64429ea0666359a76ba109d02c745 (patch) | |
tree | 3a21abb04d18954e9f52943c006ce1018e336d30 /etc/etc.alpha | |
parent | 28851f92df70838015e885f9c86e666cc7d202fe (diff) |
unify these damnit!
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index bd0d35e373a..a0959efec69 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.13 2002/05/13 07:22:42 espie Exp $ -# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets +# $OpenBSD: Makefile.inc,v 1.14 2006/07/27 02:53:55 deraadt Exp $ .ifdef DESTDIR - -snap_md: bsd distrib boot +snap_md: bsd bootlocks distrib cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd @@ -12,12 +10,11 @@ bsd: cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} - -boot: +bootblocks: cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot cp ${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/snapshot cp ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/snapshot -.PHONY: bsd boot +.PHONY: bsd bootblocks .endif # DESTDIR check |