diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-31 17:06:56 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-31 17:06:56 +0000 |
| commit | a5749c94e48a68910c653ffa5a712d895bbf04dd (patch) | |
| tree | 71445c66c99f3bfc39f468e612ec243d69e4699a | |
| parent | 7560bb26ff15602e2814bad061804004193a0353 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
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; \ |
