diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
| commit | b7946da96b4498519f66f3f5fe72d1474bf13f7d (patch) | |
| tree | 756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/look | |
| parent | 01cc221b4cb01158146875b6acbd412cbbef4a88 (diff) | |
Notes
Diffstat (limited to 'usr.bin/look')
| -rw-r--r-- | usr.bin/look/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/look/Makefile b/usr.bin/look/Makefile index 64d778891fba..a62003922094 100644 --- a/usr.bin/look/Makefile +++ b/usr.bin/look/Makefile @@ -1,5 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= look +WARNS?= 2 + .include <bsd.prog.mk> |
