diff options
Diffstat (limited to 'lib/libautofs/Makefile')
-rw-r--r-- | lib/libautofs/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile new file mode 100644 index 0000000..889e971 --- /dev/null +++ b/lib/libautofs/Makefile @@ -0,0 +1,12 @@ +# $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $ +# $FreeBSD$ + +LIB= autofs +SHLIB_MAJOR= 2 +WARNS?= 4 + +SRCS= libautofs.c +INCS= libautofs.h +MAN= libautofs.3 + +.include <bsd.lib.mk> |