1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/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>