summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsmdb/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 19:48:38 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 19:48:38 +0000
commit0273b8fbd6947b4b7e823ada965ae763cab5ac86 (patch)
treeae5e5293b5d1243eef968a7ebb13394550e92d3f /gnu/usr.sbin/sendmail/libsmdb/Makefile
parent43225228859332051b0497d6732b906e2c753f85 (diff)
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
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsmdb/Makefile')
-rw-r--r--gnu/usr.sbin/sendmail/libsmdb/Makefile22
1 files changed, 8 insertions, 14 deletions
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 <bsd.lib.mk>