diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-09 21:56:31 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-09 21:56:31 +0000 |
| commit | 408d219e0abe383e09542eff21416e13ab158b34 (patch) | |
| tree | 642a9257a83074df1edc6ffac9a36d8e51692ca0 /usr.sbin/chroot/Makefile | |
| parent | c7534558bca38a65235d647a72fc8cf4f621d46d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/chroot/Makefile')
| -rw-r--r-- | usr.sbin/chroot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index 652de797cec4..d28de6668e26 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -4,4 +4,6 @@ PROG= chroot MAN= chroot.8 +WARNS?= 2 + .include <bsd.prog.mk> |
