summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-30 06:25:06 +0000
committerpst <pst@FreeBSD.org>1994-09-30 06:25:06 +0000
commit73f0e01abae3e00510867e1be557ca8b72c43a9b (patch)
treefe7477ca65b9ea0a0b27991a79077222a184d81d /usr.bin/f2c/Makefile
parent0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a (diff)
downloadFreeBSD-src-73f0e01abae3e00510867e1be557ca8b72c43a9b.zip
FreeBSD-src-73f0e01abae3e00510867e1be557ca8b72c43a9b.tar.gz
Add f77 shell script frontend for f2c/gcc
Diffstat (limited to 'usr.bin/f2c/Makefile')
-rw-r--r--usr.bin/f2c/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index eea5cf4..7fd85a7 100644
--- a/usr.bin/f2c/Makefile
+++ b/usr.bin/f2c/Makefile
@@ -29,4 +29,8 @@ tokdefs.h: ${.CURDIR}/tokens
CLEANFILES+=\
gram.c tokdefs.h y.tab.h
+afterinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALLFLAGS} f77.script ${DESTDIR}${BINDIR}/f77
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud