blob: daae8d76b62583b69b266f8958d2d864786cbe5a (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2002/05/30 20:46:05 espie Exp $
# This needs to be separate from libg2c to allow for mixed
# Fortran/other language programs.
LIB=frtbegin
SRCS=main.c
.include <bsd.lib.mk>
|