aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-12-31 17:06:56 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-12-31 17:06:56 +0000
commita5749c94e48a68910c653ffa5a712d895bbf04dd (patch)
tree71445c66c99f3bfc39f468e612ec243d69e4699a /etc/Makefile
parent7560bb26ff15602e2814bad061804004193a0353 (diff)
downloadsrc-a5749c94e48a68910c653ffa5a712d895bbf04dd.tar.gz
src-a5749c94e48a68910c653ffa5a712d895bbf04dd.zip
The etc.i386/fstab.* files have been nuked, so don't try to install
them.
Notes
Notes: svn path=/head/; revision=13132
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ef303d7eb055..d95509bb9882 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.127 1995/11/30 02:32:40 jkh Exp $
+# $Id: Makefile,v 1.128 1995/12/02 21:02:02 peter Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -216,8 +216,6 @@ distribution:
${DESTDIR}/var/run/utmp
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \
${DESTDIR}/var/crash
- (cd ${.CURDIR}/etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
- -m 444 fstab.* ${DESTDIR}/etc)
(cd ${.CURDIR}/../usr.sbin/sendmail/src; \
${MAKE} obj; \
${MAKE} all; \