mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Don't build IPv6 support if we have choosen not to have it.
This commit is contained in:
parent
f2c6aaffe5
commit
db31b8ae3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159467
@ -1,11 +1,15 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= util
|
||||
SHLIB_MAJOR= 6
|
||||
SHLIBDIR?= /lib
|
||||
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
CFLAGS+=-DINET6
|
||||
.endif
|
||||
SRCS= _secure_path.c auth.c fparseln.c humanize_number.c kld.c login.c \
|
||||
login_auth.c login_cap.c login_class.c login_crypt.c login_ok.c \
|
||||
login_times.c login_tty.c logout.c logwtmp.c \
|
||||
|
Loading…
Reference in New Issue
Block a user