Top level Makefile for math/lpsolve.

See my last commit for why we are using a subdir.
This commit is contained in:
edd 2012-04-20 09:56:56 +00:00
parent aa0aa9411d
commit f0854b2df7

7
math/lpsolve/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $OpenBSD: Makefile,v 1.1 2012/04/20 09:56:56 edd Exp $
SUBDIR =
SUBDIR += core
# bindings may come later
.include <bsd.port.subdir.mk>