diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-10 18:14:30 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-10 18:14:30 +0000 |
commit | 4e71ee6c3de22df932c6cc7153d1f99272c9e132 (patch) | |
tree | 394765d8e864e3b99e5c8eda3c70b7205219234c /lib | |
parent | 74c5c816cca2c4938ef0d16f9c1631af1875a542 (diff) | |
download | FreeBSD-src-4e71ee6c3de22df932c6cc7153d1f99272c9e132.zip FreeBSD-src-4e71ee6c3de22df932c6cc7153d1f99272c9e132.tar.gz |
Use sendmail's version of vacation. It is command line and database
compatible with the old version but includes new functionality and bug fixes.
Since it is not part of the NO_SENDMAIL make.conf option, libsmdb and
libsmutil should always be built for vacation's sake.
PR: 15227
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile index e24a75e..6e0a3f9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -26,7 +26,7 @@ SUBDIR= ${_csu} libcom_err ${_libcrypt} msun libmd \ libftpio libgnumalloc ${_libio} libipsec libipx libkvm libmenu \ ${_libncp} \ libnetgraph libopie libpam libpanel libpcap \ - libposix1e libresolv librpcsvc ${_libsmdb} libss ${_libsmutil} \ + libposix1e libresolv librpcsvc libsmdb libss libsmutil \ libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) @@ -43,11 +43,6 @@ _libc_r= libc_r _libbind= libbind .endif -.if !defined(NO_SENDMAIL) -_libsmdb= libsmdb -_libsmutil= libsmutil -.endif - _libcrypt= libcrypt .if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT) && !defined(NO_DESCRYPT) # Build both libraries. They have different names, so no harm, |