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