diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/vacation/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/vacation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/vacation/Makefile b/gnu/usr.sbin/sendmail/vacation/Makefile index 8b8ea2e1585..e3829ee117d 100644 --- a/gnu/usr.sbin/sendmail/vacation/Makefile +++ b/gnu/usr.sbin/sendmail/vacation/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2000/08/16 22:06:19 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2001/09/11 19:02:50 millert Exp $ PROG= vacation ENVDEF= -DNOT_SENDMAIL +WANT_LIBSM=1 WANT_LIBSMDB=1 WANT_LIBSMUTIL=1 |