diff options
Diffstat (limited to 'lib/liby/Makefile')
-rw-r--r-- | lib/liby/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile new file mode 100644 index 0000000..545ff04 --- /dev/null +++ b/lib/liby/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/4/93 + +LIB= y +SRCS= main.c yyerror.c + +.include <bsd.lib.mk> |