blob: 6e1ce3cc1ffd544164b28c75463e3209b4498736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 2000/05/15 03:37:32 millert Exp $
LIB= smutil
SRCS= debug.c errstring.c lockfile.c safefile.c snprintf.c
ENVDEF= -DNOT_SENDMAIL
# This is not a library that gets installed so only build the .a version
NOPROFILE=1
NOPIC=1
.include <bsd.lib.mk>
|