summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-07-27 23:35:39 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-07-27 23:35:39 +0000
commit460a200eafe73f57a5161e152d48270fa93282f2 (patch)
treeff5cc853b3e65e323b4a76159fc3db6837c36d91
parentec6476191b05b8fefe66b6c9fc075b15ee809be6 (diff)
Remove refs to hcx9 and add usr/lkm to misc.tar.gz.
-rw-r--r--etc/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 15cb3806383..cb5225e5d8f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.62 1997/07/27 22:23:40 downsj Exp $
+# $OpenBSD: Makefile,v 1.63 1997/07/27 23:35:38 downsj Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -9,7 +9,6 @@ NOOBJ= oobj
.include "etc.${MACHINE}/Makefile.inc"
.endif
-# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
BINOWN= root
BINGRP= wheel
@@ -175,10 +174,6 @@ distribution-etc-root-var: distrib-dirs
distribution: distribution-etc-root-var
(cd ..; ${MAKE} install)
-hcx9-distribution:
- (cd etc.tahoe; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
- ${DESTDIR}/)
-
distrib-dirs:
${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}
-mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u
@@ -231,8 +226,8 @@ snap_tar:
| ${GZIP} ${GZIPFLAGS} > snapshot/usr.lib.tar${GZIPEXT}
cd ${DESTDIR} && tar cf - usr/libexec \
| ${GZIP} ${GZIPFLAGS} > snapshot/usr.libexec.tar${GZIPEXT}
- cd ${DESTDIR} && tar cf - usr/mdec usr/libdata usr/local usr/src \
- usr/obj | ${GZIP} ${GZIPFLAGS} \
+ cd ${DESTDIR} && tar cf - usr/mdec usr/libdata usr/lkm usr/local \
+ usr/src usr/obj | ${GZIP} ${GZIPFLAGS} \
> snapshot/usr.misc.tar${GZIPEXT}
cd ${DESTDIR} && tar cf - usr/sbin \
| ${GZIP} ${GZIPFLAGS} > snapshot/usr.sbin.tar${GZIPEXT}