c0c8d25799
Makes things easier for pkgsrc
9 lines
81 B
Makefile
9 lines
81 B
Makefile
# Makefile for liby
|
|
|
|
LIB= y
|
|
|
|
SRCS= \
|
|
main.c \
|
|
yyerror.c
|
|
|
|
.include <bsd.lib.mk>
|