mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Add -D_NEW_VFSCONF to eliminate compilation warning
This commit is contained in:
parent
c0156f51b7
commit
19e00c1345
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27211
@ -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