diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-19 23:46:45 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-19 23:46:45 +0000 |
| commit | 5e61dfa3ca6b67a7f0369c23abcd15eaff28cf93 (patch) | |
| tree | 4d4d13014725659a88a874810b3ea449908edfe5 /usr.bin | |
| parent | 3898680cf705cef4e1cc606b44cd91fc4252bcd5 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/xargs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 642e9532e421f..1f33228d80359 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -3,5 +3,6 @@ PROG= xargs SRCS= xargs.c strnsubst.c +WARNS?= 4 .include <bsd.prog.mk> |
