Add -D_NEW_VFSCONF to eliminate compilation warning
This commit is contained in:
parent
c0156f51b7
commit
19e00c1345
@ -1,11 +1,11 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.12 1997/02/22 14:32:34 peter Exp $
|
||||
|
||||
PROG= init
|
||||
MAN8= init.8
|
||||
BINMODE=500
|
||||
INSTALLFLAGS=-fschg
|
||||
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP
|
||||
CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -D_NEW_VFSCONF
|
||||
|
||||
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
DISTRIBUTION=des
|
||||
|
Loading…
Reference in New Issue
Block a user