rename DEBUGSHELL to ALTSHELL

This commit is contained in:
perry 1997-07-19 18:12:47 +00:00
parent 53222a55ef
commit 2cb2701a4e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 1995/03/18 14:56:28 cgd Exp $
# $NetBSD: Makefile,v 1.17 1997/07/19 18:12:47 perry Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= init
@ -7,6 +7,6 @@ DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
BINMODE=500
INSTALLFLAGS=-fschg
CFLAGS+=-DDEBUGSHELL -DSECURE
CFLAGS+=-DALTSHELL -DSECURE
.include <bsd.prog.mk>