summaryrefslogtreecommitdiff
path: root/share/tmac/Makefile
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-07-01 08:00:00 +0000
commit5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch)
treee779b5a6edddbb949b7990751b12d6f25304ba86 /share/tmac/Makefile
parenta16f65c7d117419bd266c28a1901ef129a337569 (diff)
Diffstat (limited to 'share/tmac/Makefile')
-rw-r--r--share/tmac/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile
index 4f588dc1ce39..4aeb347d2f0c 100644
--- a/share/tmac/Makefile
+++ b/share/tmac/Makefile
@@ -11,12 +11,9 @@ OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
all clean cleandir depend lint tags:
-strip.sed:
- ln -s ../me/strip.sed strip.sed
-
-beforeinstall: strip.sed
+beforeinstall: ../me/strip.sed
for i in ${MSRCS}; do \
- sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
+ sed -f ../me/strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
done