summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-08-04 15:54:27 +0000
committerpeter <peter@FreeBSD.org>1998-08-04 15:54:27 +0000
commit8bcb0a32d835b61b2128e18046ce5d0e6e865cce (patch)
treed80c0962233de7d8a61299f0fec82b9a20f4f005 /etc/Makefile
parent1f47ae661f2903641663177e0cc2d2fe15d462ab (diff)
downloadFreeBSD-src-8bcb0a32d835b61b2128e18046ce5d0e6e865cce.zip
FreeBSD-src-8bcb0a32d835b61b2128e18046ce5d0e6e865cce.tar.gz
Descend into sendmail directory and update hooks for make release so that
it has a chance of working.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a764237..0bb2fb0 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,7 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.166 1998/05/27 12:13:16 jkoshy Exp $
+# $Id: Makefile,v 1.167 1998/06/11 20:25:56 guido Exp $
+
+SUBDIR= sendmail
# -rw-r--r--
BINOWN= root
@@ -38,7 +40,7 @@ LATIN1LINKS = \
fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO \
pt_PT sv_SE
-all depend etc install lint:
+etc:
distribute:
cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
@@ -56,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}/../usr.sbin/sendmail/cf/cf; ${MAKE} etc-sendmail.cf ); \
+ ( cd ${.CURDIR}/sendmail/cf; ${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 \
OpenPOWER on IntegriCloud