diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 11:07:44 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 11:07:44 +0000 |
commit | 71ccf09269546d398fa847168fc74c22d6338a62 (patch) | |
tree | 047b2248578529f6f9f0d1449eb7730ec0c88de1 /usr.sbin/chroot/Makefile | |
parent | 1fa2ff1f64fcc1000a158a0ff47a3619a1fd819b (diff) | |
download | src-test2-71ccf09269546d398fa847168fc74c22d6338a62.tar.gz src-test2-71ccf09269546d398fa847168fc74c22d6338a62.zip |
Notes
Diffstat (limited to 'usr.sbin/chroot/Makefile')
-rw-r--r-- | usr.sbin/chroot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index d28de6668e26..652de797cec4 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -4,6 +4,4 @@ PROG= chroot MAN= chroot.8 -WARNS?= 2 - .include <bsd.prog.mk> |