summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-15 11:21:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-15 11:21:47 +0000
commit03b38adc657227c53577c51d2d0f00aa0c7935d8 (patch)
treef367a3aa9239fca05b62fde5496982d6f9bf0091
parent761dd66739392917dc1974fc19e773e1874e1d12 (diff)
Notes
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c0273065f998..c0ec4a78e27f 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.)