diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-09-03 18:01:34 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-09-03 18:01:34 +0000 |
| commit | 682f9306a49d5e4f0fd18078493d7d3a88a2a9fe (patch) | |
| tree | 6f81b12041c9f940c02da62ce238e8b960085008 /lib/libautofs | |
| parent | 4bcd2254f356ef58eb9b9f328bb97eca5f0be205 (diff) | |
Notes
Diffstat (limited to 'lib/libautofs')
| -rw-r--r-- | lib/libautofs/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile index 4166366f2037..7b69c968591d 100644 --- a/lib/libautofs/Makefile +++ b/lib/libautofs/Makefile @@ -1,17 +1,12 @@ # $Id: Makefile,v 1.4 2004/08/31 16:26:24 bright Exp $ # $FreeBSD$ -LIB=autofs +LIB= autofs SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -WARNS=4 -#CFLAGS+= -I${.CURDIR}/../autofs -Werror -#CFLAGS+= -g - -#CFLAGS+= -I${.CURDIR}/../../sys +WARNS?= 4 SRCS= libautofs.c INCS= libautofs.h -MAN+= libautofs.3 +MAN= libautofs.3 .include <bsd.lib.mk> |
