From 0273b8fbd6947b4b7e823ada965ae763cab5ac86 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 2 Apr 2000 19:48:38 +0000 Subject: Remove sendmail's `Build' scaffolding and add real Makefiles praliases should be in section 1, not 8 Use arc4random(3) instead of random(3) Add some sample OpenBSD .mc files --- gnu/usr.sbin/sendmail/libsmdb/Makefile | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'gnu/usr.sbin/sendmail/libsmdb/Makefile') diff --git a/gnu/usr.sbin/sendmail/libsmdb/Makefile b/gnu/usr.sbin/sendmail/libsmdb/Makefile index 95fd54f1f79..a31f0be685d 100644 --- a/gnu/usr.sbin/sendmail/libsmdb/Makefile +++ b/gnu/usr.sbin/sendmail/libsmdb/Makefile @@ -1,17 +1,11 @@ -# $Sendmail: Makefile,v 1.2 1999/09/23 22:36:29 ca Exp $ +# $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:31 millert Exp $ -SHELL= /bin/sh -BUILD= ./Build -OPTIONS= $(CONFIG) $(FLAGS) +LIB= smdb +SRCS= smdb.c smdb1.c smdb2.c smndbm.c +ENVDEF+=-DNOT_SENDMAIL -all: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ -clean: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ -install: FRC - $(SHELL) $(BUILD) $(OPTIONS) $@ +# This is not a library that gets installed so only build the .a version +NOPROFILE=1 +NOPIC=1 -fresh: FRC - $(SHELL) $(BUILD) $(OPTIONS) -c - -FRC: +.include -- cgit v1.2.3