summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-02-28 04:16:04 +0000
committeritojun <itojun@NetBSD.org>2001-02-28 04:16:04 +0000
commit5b8682b0d671fc15744aebc4c31dc0a8eff4269b (patch)
treeee5fd043b2990091fc7e835e1f396cb7e298527c /gnu/usr.sbin
parent6104e13fae84892b4d8940f5d6f544708d3871b9 (diff)
no longer need to replace relative path in netbsd-proto.mc
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile
index e0dbadfc4ae..79e5829bc7c 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/01/15 17:57:44 itojun Exp $
+# $NetBSD: Makefile,v 1.15 2001/02/28 04:16:04 itojun Exp $
# install these sources in /usr/share/sendmail/cf
DIST= ${.CURDIR}/../../../../dist
@@ -33,10 +33,6 @@ OTHERS= ${FILES:S/Makefile//:C/netbsd-proto.*//:S/.mc/.cf/g}
realall: ${ALL}
afterinstall:
- sed 's,../../../../usr.sbin/sendmail/cf/cf/,,g' \
- <${DESTDIR}${FILESDIR}/netbsd-proto.mc \
- >${DESTDIR}${FILESDIR}/netbsd-proto.mc.new
- mv ${DESTDIR}${FILESDIR}/netbsd-proto.mc.new ${DESTDIR}${FILESDIR}/netbsd-proto.mc
${CHMOD} ${ROMODE} ${DESTDIR}${FILESDIR}/netbsd-proto.mc
# XXX not friendly with "make obj"