1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/lib/liby/Makefile
2002-09-28 00:25:32 +00:00

11 lines
96 B
Makefile

# $FreeBSD$
LIB= y
SHLIB_MAJOR= 2
SRCS= main.c yyerror.c
NOPIC= true
.include <bsd.lib.mk>