diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-12-19 04:49:11 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-12-19 04:49:11 +0000 |
| commit | f223e4e9196b183194361446d90fff3ecb30fb41 (patch) | |
| tree | 7a291b22bda02fc49b56e460106a991324387393 /usr.bin/split | |
| parent | 09fe07d9ebb963af5bf3f086853cb064671819a6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index ffac658297f4..3b55092f68d8 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= split -COPTS+= -Wall +CFLAGS+=-Wall .include <bsd.prog.mk> |
