summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1997-07-19 19:00:58 +0000
committerperry <perry@NetBSD.org>1997-07-19 19:00:58 +0000
commit3f2367bf018798cb711483fed49d5efad8d2ec6f (patch)
tree62b1d04447a981c3aefae1d9a237becb2c0b643a
parentba588d97055f39af1b4913bb4734e24c998bcb5d (diff)
add WARN=1
-rw-r--r--sbin/init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 517bccfe1df..34986904db2 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1997/07/19 18:12:47 perry Exp $
+# $NetBSD: Makefile,v 1.18 1997/07/19 19:00:58 perry Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= init
@@ -8,5 +8,6 @@ LDADD= -lutil -lcrypt
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DALTSHELL -DSECURE
+WARNS=1
.include <bsd.prog.mk>