summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-15 11:21:47 +0000
committerjkh <jkh@FreeBSD.org>1995-01-15 11:21:47 +0000
commitd07546f6ba693863e0aab8d5ec7bdb9b6ec5b02a (patch)
treef367a3aa9239fca05b62fde5496982d6f9bf0091 /etc
parent5a3650b9788d36a0ff1867d5e7d5560a16ce435e (diff)
downloadFreeBSD-src-d07546f6ba693863e0aab8d5ec7bdb9b6ec5b02a.zip
FreeBSD-src-d07546f6ba693863e0aab8d5ec7bdb9b6ec5b02a.tar.gz
Catch the one I missed.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c027306..c0ec4a7 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.98 1995/01/14 12:48:39 jkh Exp $
+# $Id: Makefile,v 1.99 1995/01/15 06:13:46 jkh Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -500,7 +500,7 @@ srcusrbin-tarball:
${ZIPNSPLIT} ${RELEASEDIR}/tarballs/src/usrbin.)
srcusrsbin-tarball:
- (cd ${RELEASEDIR}/usr/src; \
+ (cd ${RELEASEDIR}/src/usr/src; \
mkdir -p ${RELEASEDIR}/tarballs/src; \
tar -cf - usr.sbin | \
${ZIPNSPLIT} ${RELEASEDIR}/tarballs/src/usrsbin.)
OpenPOWER on IntegriCloud