diff options
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 746e5fc785d..536cf49444d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.1 1995/10/18 08:37:55 deraadt Exp $ +# $Id: Makefile,v 1.2 1995/11/01 16:42:45 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -132,8 +132,8 @@ snap_tar: cd ${DESTDIR} && tar cf - usr/lib | gzip -9 > snapshot/usr.lib.tar.gz cd ${DESTDIR} && tar cf - usr/libexec | gzip -9 > \ snapshot/usr.libexec.tar.gz - cd ${DESTDIR} && tar cf - usr/mdec usr/local usr/src usr/obj | \ - gzip -9 > snapshot/usr.misc.tar.gz + cd ${DESTDIR} && tar cf - usr/mdec usr/libdata usr/local usr/src \ + usr/obj | gzip -9 > snapshot/usr.misc.tar.gz cd ${DESTDIR} && tar cf - usr/sbin | gzip -9 > snapshot/usr.sbin.tar.gz cd ${DESTDIR} && tar cf - usr/share | gzip -9 > \ snapshot/usr.share.tar.gz |