make prompting for shell the default
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Mon, 20 Jul 1992 08:00:13 +0000 (00:00 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Mon, 20 Jul 1992 08:00:13 +0000 (00:00 -0800)
SCCS-vsn: sbin/init/Makefile 5.4

usr/src/sbin/init/Makefile

index 9c383a6..c1073c1 100644 (file)
@@ -1,9 +1,10 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  init
 MAN8=  init.0
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 BINMODE=500
 
 PROG=  init
 MAN8=  init.0
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 BINMODE=500
+CFLAGS += -DDEBUGSHELL
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>