mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1994/09/18 22:35:43 wollman Exp $
|
|
#
|
|
|
|
PROG = f77
|
|
SRCS = f77.c
|
|
BINDIR= /usr/bin
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|