summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-14 20:15:38 +0000
committerjkh <jkh@FreeBSD.org>1995-01-14 20:15:38 +0000
commite4cc082f5f108a4598866c30f3436453442601c5 (patch)
treed79c91c3406a68f1d043421937756ead29a38147 /release/Makefile
parent27668cffd2aacf681f83d50c0147e01f6a8d258c (diff)
downloadFreeBSD-src-e4cc082f5f108a4598866c30f3436453442601c5.zip
FreeBSD-src-e4cc082f5f108a4598866c30f3436453442601c5.tar.gz
Add my own custom target for now.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f38df30..f71fafd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.80 1995/01/14 12:44:23 jkh Exp $
+# $Id: Makefile,v 1.81 1995/01/14 12:51:40 jkh Exp $
#
FLOPPY= fd0
@@ -180,6 +180,13 @@ DISTRIBUTIONS= bin ${EXTRADISTRIBUTIONS}
MTREEFILES= ${.CURDIR}/../etc/mtree
SECRSRC= src/secure src/eBones
+jkhdist:
+ ( cd ${.CURDIR}/..; ${MAKE} all )
+ ( cd ${.CURDIR}/..; ${MAKE} distribute )
+ ( cd ${.CURDIR}; ${MAKE} beforetarballs )
+ ( cd ${.CURDIR}; ${MAKE} tarballs )
+ ( cd ${.CURDIR}; ${MAKE} floppies )
+
distribute:
-mkdir ${RELEASEDIR}
chflags -R noschg ${RELEASEDIR}/.
OpenPOWER on IntegriCloud