mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 17:24:23 +01:00
10 lines
77 B
Makefile
10 lines
77 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG = f77
|
|
SRCS = f77.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|