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.
This commit is contained in:
L Jonas Olsson 1994-10-27 16:37:39 +00:00
parent 3573df98f1
commit 0adf64b6c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3933

View File

@ -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>