freebsd-dev/lib/liby/Makefile
Glen Barber a70cba9582 First pass through library packaging.
Sponsored by:	The FreeBSD Foundation
2016-02-04 21:16:35 +00:00

11 lines
103 B
Makefile

# $FreeBSD$
PACKAGE=lib${LIB}
LIB= y
SRCS= main.c yyerror.c
NO_PIC=
WARNS?= 1
.include <bsd.lib.mk>