Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCH
is defined Approved-by: jordan
This commit is contained in:
parent
720f8572f1
commit
e3621d9996
@ -9,8 +9,11 @@ MLINKS= inetd.8 inetd.conf.5
|
||||
COPTS+= -Wall -DLOGIN_CAP
|
||||
#COPTS+= -DSANITY_CHECK
|
||||
|
||||
DPADD+= ${LIBUTIL} ${LIBWRAP}
|
||||
LDADD+= -lutil -lwrap
|
||||
.if !defined(RELEASE_CRUNCH)
|
||||
CFLAGS+=-DINET6 -DIPSEC
|
||||
DPADD+= ${LIBUTIL} ${LIBWRAP} ${LIBIPSEC}
|
||||
LDADD+= -lutil -lwrap -lipsec
|
||||
|
||||
DPADD+= ${LIBIPSEC}
|
||||
LDADD+= -lipsec
|
||||
.endif
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user