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