summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c
diff options
context:
space:
mode:
authorljo <ljo@FreeBSD.org>1994-10-27 16:37:39 +0000
committerljo <ljo@FreeBSD.org>1994-10-27 16:37:39 +0000
commit8519540a3fd96350e657f327dcfc0947f8fc7f23 (patch)
tree64190bb4908762a7dffb8cd4bc443c27b2954d27 /usr.bin/f2c
parent68370522b61180c61814111e939fdec63f62d6bd (diff)
downloadFreeBSD-src-8519540a3fd96350e657f327dcfc0947f8fc7f23.zip
FreeBSD-src-8519540a3fd96350e657f327dcfc0947f8fc7f23.tar.gz
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.
Diffstat (limited to 'usr.bin/f2c')
-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 1875980..eea5cf4 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>
OpenPOWER on IntegriCloud