enable WARNS=2

This commit is contained in:
lukem 2001-04-06 02:19:27 +00:00
parent b990482c33
commit f2ed791ee4
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.4 1997/03/06 07:00:50 mikel Exp $
# $NetBSD: Makefile,v 1.5 2001/04/06 02:19:27 lukem Exp $
PROG= chroot
MAN= chroot.8
WARNS= 2
.include <bsd.prog.mk>