mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1994/10/25 14:36:49 ljo Exp $
|
|
#
|
|
|
|
PROG = f77
|
|
SRCS = f77.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|