aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-07 08:24:07 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-07 08:24:07 +0000
commit1d414b2f8175a1ada11d3f407dd55ee6e06cd923 (patch)
tree870d30ebcfe07af6d23fcecccbccde1457213969 /etc
parent8b761c80042b73c3729e362b45195d1e385fd056 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0bb2fb0938be..c8c889357834 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.167 1998/06/11 20:25:56 guido Exp $
+# $Id: Makefile,v 1.168 1998/08/04 15:54:27 peter Exp $
SUBDIR= sendmail
@@ -58,7 +58,7 @@ distribution:
( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
- ( cd ${.CURDIR}/sendmail/cf; ${MAKE} etc-sendmail.cf ); \
+ ( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
( cd ${.CURDIR}/../sys/i386/boot/biosboot; ${MAKE} install-boothelp ); \
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \