openbsd-ports/devel/libdisorder/files/Makefile

9 lines
134 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2010/08/26 01:10:16 kevlo Exp $
SRCS= src/disorder.c
LIB= disorder
LDADD= -lm
.include <bsd.lib.mk>