diff options
Diffstat (limited to 'lib/libautofs/Makefile')
-rw-r--r-- | lib/libautofs/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile new file mode 100644 index 0000000..92945c9 --- /dev/null +++ b/lib/libautofs/Makefile @@ -0,0 +1,14 @@ +# $Id: Makefile,v 1.3 2004/08/31 08:49:56 bright Exp $ +# $FreeBSD$ + +LIB=autofs +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 +WARNS=4 +CFLAGS+= -I${.CURDIR}/../autofs -Werror +CFLAGS+= -g + +SRCS= libautofs.c +MAN+= libautofs.3 + +.include <bsd.lib.mk> |