diff options
author | 1999-10-08 10:51:34 +0000 | |
---|---|---|
committer | 1999-10-08 10:51:34 +0000 | |
commit | 1505d7043f211c08d2cb9704b67025cfa97076c6 (patch) | |
tree | 20258061ea27c5b53c5c91bdad8b5a1887174f6e | |
parent | make X windows question default to yes (diff) | |
download | wireguard-openbsd-1505d7043f211c08d2cb9704b67025cfa97076c6.tar.xz wireguard-openbsd-1505d7043f211c08d2cb9704b67025cfa97076c6.zip |
Final framework for amiga tools.
-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 |