aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-10-27 16:37:39 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-10-27 16:37:39 +0000
commit0adf64b6c5101057feae12745bb398697a0aa555 (patch)
tree64190bb4908762a7dffb8cd4bc443c27b2954d27
parent3573df98f171c839569a10a5d1525ed0a9363efc (diff)
downloadsrc-0adf64b6c5101057feae12745bb398697a0aa555.tar.gz
src-0adf64b6c5101057feae12745bb398697a0aa555.zip
Remove the f77 script now that we are instead installing a f77 program
(that does the same as the script). The f77 program lives in cc/f77.
Notes
Notes: svn path=/head/; revision=3933
-rw-r--r--usr.bin/f2c/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index 18759800380a..eea5cf4ce5bb 100644
--- a/usr.bin/f2c/Makefile
+++ b/usr.bin/f2c/Makefile
@@ -29,8 +29,4 @@ tokdefs.h: ${.CURDIR}/tokens
CLEANFILES+=\
gram.c tokdefs.h y.tab.h
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${INSTALLFLAGS} ${.CURDIR}/f77.script ${DESTDIR}${BINDIR}/f77
-
.include <bsd.prog.mk>