diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/vacation/Makefile')
-rw-r--r-- | gnu/usr.sbin/sendmail/vacation/Makefile | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/gnu/usr.sbin/sendmail/vacation/Makefile b/gnu/usr.sbin/sendmail/vacation/Makefile index b57df04a6ef..e44efb0a45a 100644 --- a/gnu/usr.sbin/sendmail/vacation/Makefile +++ b/gnu/usr.sbin/sendmail/vacation/Makefile @@ -1,17 +1,10 @@ -# $Sendmail: Makefile,v 8.5 1999/09/23 22:36:45 ca Exp $ +# $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:37 millert Exp $ -SHELL= /bin/sh -BUILD= ./Build -OPTIONS= $(CONFIG) $(FLAGS) +PROG= vacation +ENVDEF+=-DNOT_SENDMAIL -all: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ -clean: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ -install: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ +WANT_LIBSMDB=1 +WANT_LIBSMUTIL=1 -fresh: FRC - $(SHELL) $(BUILD) $(OPTIONS) -c - -FRC: +.include "../../Makefile.inc" +.include <bsd.prog.mk> |