9 lines
198 B
Makefile
9 lines
198 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/10/28 10:42:16 ajacoutot Exp $
|
|
|
|
TRYTOND_MODULE = product_cost_fifo
|
|
|
|
RUN_DEPENDS = productivity/tryton/product \
|
|
productivity/tryton/stock
|
|
|
|
.include <bsd.port.mk>
|