9 lines
83 B
Makefile

# $FreeBSD$
SHLIB_NAME= libyy.so
SRCS= yy.c
CFLAGS+=-fpic
.include <bsd.lib.mk>