diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 16:58:04 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-02 16:58:04 +0000 |
| commit | 47e1a877c5c8191429b17ad74bfe5c161c87abb0 (patch) | |
| tree | 360810296710b0ace559e49a0c503b4bcfdf7f05 /share/examples | |
| parent | 7bc2288264df71dc20988a3c41fd6b644d16220d (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/autofs/driver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/autofs/driver/Makefile b/share/examples/autofs/driver/Makefile index 7a0f159cc5d3..d577668dc4e7 100644 --- a/share/examples/autofs/driver/Makefile +++ b/share/examples/autofs/driver/Makefile @@ -1,11 +1,11 @@ # $Id: Makefile,v 1.5 2004/09/08 08:27:12 bright Exp $ # $FreeBSD$ -PROG=autodriver +PROG= autodriver +NO_MAN= SRCS= autodriver.c -NO_MAN= -WARNS= 4 +WARNS?= 4 CFLAGS+= -g BINDIR?= /sbin |
