10 lines
77 B
Makefile
10 lines
77 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG = f77
|
|
SRCS = f77.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|