diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-16 20:27:27 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-16 20:27:27 +0000 |
commit | cc7efaf4577f429129512314a4a9999f8a922bc5 (patch) | |
tree | 4dfa2fab1113d097974c9271583ec72828e54615 /etc | |
parent | edcde75a6e5031132471d87a80170324c2a0d24f (diff) |
Remove ugly hack, use system defined variables.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.powerpc/Makefile.inc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/etc.powerpc/Makefile.inc b/etc/etc.powerpc/Makefile.inc index 2e061663ce7..768c3f3e0dd 100644 --- a/etc/etc.powerpc/Makefile.inc +++ b/etc/etc.powerpc/Makefile.inc @@ -1,10 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.10 1998/09/16 03:39:02 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1998/09/16 20:27:26 rahnds Exp $ # etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets -# HACK ALERT -REL=24 -# unhack - .ifdef DESTDIR snap_md: bsd distrib @@ -18,12 +14,12 @@ bsd: cd ${.CURDIR}/../sys/arch/powerpc/compile/DDBOFW && \ make clean && make depend && make (cd ${.CURDIR}/../sys/arch/powerpc/compile/DDBOFW/ && \ - tar czf ${DESTDIR}/snapshot/bsdofw${REL}.tar.gz bsd ) + tar czf ${DESTDIR}/snapshot/bsdofw${OSrev}.tar.gz bsd ) cd ${.CURDIR}/../sys/arch/powerpc/conf && config MIX cd ${.CURDIR}/../sys/arch/powerpc/compile/MIX && \ make clean && make depend && make (cd ${.CURDIR}/../sys/arch/powerpc/compile/MIX/ && \ - tar czf ${DESTDIR}/snapshot/bsdmix${REL}.tar.gz bsd ) + tar czf ${DESTDIR}/snapshot/bsdmix${OSrev}.tar.gz bsd ) # knows about bsd.rd, bsdofw.rd and bsdmix.rd distrib: |