mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Enable NIS support
This commit is contained in:
parent
c20b324bb6
commit
46fc8e68b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18843
@ -17,7 +17,11 @@ PROG= sendmail
|
||||
# spiral snail, but it will work.
|
||||
DBMDEF= -DNEWDB
|
||||
|
||||
CFLAGS+=-I${.CURDIR} ${DBMDEF} #-DNETISO
|
||||
# if you don't want NIS support, comment out this line
|
||||
# FreeBSD supports NIS
|
||||
NIS= -DNIS
|
||||
|
||||
CFLAGS+=-I${.CURDIR} ${DBMDEF} ${NIS} #-DNETISO
|
||||
|
||||
SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
|
||||
deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \
|
||||
@ -36,8 +40,6 @@ BINOWN= root
|
||||
BINMODE=4555
|
||||
|
||||
beforeinstall:
|
||||
# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
# ${DESTDIR}/etc/sendmail.fc
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
${DESTDIR}/var/log/sendmail.st
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
|
||||
|
Loading…
Reference in New Issue
Block a user