diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:17:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:17:41 +0000 |
commit | b032c591fc96616a5663da6b4bffa988e7a039fe (patch) | |
tree | 2d604502bd8ba5cceea81d5c4175da4f2e2cb284 /etc/etc.arc | |
parent | 804b9ee7e1e55305a39d9af075e6be189430a1e3 (diff) |
for architectures which go into src/distrib automatically, start at the
top level there...
Diffstat (limited to 'etc/etc.arc')
-rw-r--r-- | etc/etc.arc/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.arc/Makefile.inc b/etc/etc.arc/Makefile.inc index 39bd6700053..f9eca8921db 100644 --- a/etc/etc.arc/Makefile.inc +++ b/etc/etc.arc/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/05/18 13:42:37 pefo Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/09/18 17:17:35 deraadt Exp $ # # etc.arc/Makefile.inc -- arc-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd ramdisk +snap_md: binutils bsd distrib binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ @@ -19,8 +19,8 @@ bsd: cp ${.CURDIR}/../sys/arch/arc/compile/GENERIC/bsd.ecoff \ ${DESTDIR}/snapshot/bsd.ecoff -ramdisk: - cd ${.CURDIR}/../distrib/arc/ramdisk && make cleandir && \ +distrib: + cd ${.CURDIR}/../distrib && make cleandir && \ make && make install .endif |