diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-10-08 10:51:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-10-08 10:51:35 +0000 |
commit | a4ec2497402802d8f37a5ebf2555fd80fa3777f6 (patch) | |
tree | 1a1ffdc869cc480c700272cb4092680626f6c555 /etc/Makefile | |
parent | 99c3c7c1050c91077542897e115074310d5f47fa (diff) |
Final framework for amiga tools.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index ca5c7765db5..728d4c4b120 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 1999/09/29 21:50:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.102 1999/10/08 10:51:34 espie Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -237,6 +237,14 @@ release: distribution snap_pre snap_md md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > MD5 -cd ${RELEASEDIR}; \ cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > CKSUM +.if defined(MACHINE_HAS_TOOLS) + mkdir -p ${RELEASEDIR}/tools + cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools + cd ${RELEASEDIR} && md5 tools/* >>MD5 + cd ${RELEASEDIR} && md5 tools/* >>CKSUM +.endif + -cd ${RELEASEDIR} && sort -o MD5 MD5 + -cd ${RELEASEDIR} && sort -o CKSUM CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md |