ports/devel/libdisorder/files/Makefile

6 lines
70 B
Makefile

SRCS= src/disorder.c
LIB= disorder
LDADD= -lm
.include <bsd.lib.mk>