diff options
Diffstat (limited to 'gnu/usr.bin/cc25/usr.bin.f77/Makefile')
-rw-r--r-- | gnu/usr.bin/cc25/usr.bin.f77/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc25/usr.bin.f77/Makefile b/gnu/usr.bin/cc25/usr.bin.f77/Makefile new file mode 100644 index 000000000000..9b5117d7b380 --- /dev/null +++ b/gnu/usr.bin/cc25/usr.bin.f77/Makefile @@ -0,0 +1,7 @@ + +install: + install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ + $(.CURDIR)/f77.script $(DESTDIR)/usr/bin/f77 + + +.include <bsd.prog.mk> |