diff options
Diffstat (limited to 'lib/liby/Makefile')
-rw-r--r-- | lib/liby/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile new file mode 100644 index 0000000..8a3f6b4 --- /dev/null +++ b/lib/liby/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +LIB= y +SHLIB_MAJOR= 2 + +SRCS= main.c yyerror.c + +NO_PIC= + +.include <bsd.lib.mk> |