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 /usr.sbin/fwcontrol | |
| parent | 7bc2288264df71dc20988a3c41fd6b644d16220d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fwcontrol')
| -rw-r--r-- | usr.sbin/fwcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fwcontrol/Makefile b/usr.sbin/fwcontrol/Makefile index 9694d5edb6485..10320d20d60b0 100644 --- a/usr.sbin/fwcontrol/Makefile +++ b/usr.sbin/fwcontrol/Makefile @@ -3,7 +3,7 @@ PROG= fwcontrol SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c MAN= fwcontrol.8 -WARNS= 3 +WARNS?= 3 .PATH: ${.CURDIR}/../../sys/dev/firewire |
