ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libsmdb/Makefile
Revision: 10645
Committed: Sat Jun 9 16:52:43 2018 UTC (5 years, 10 months ago) by laffer1
File size: 548 byte(s)
Log Message:
fix path

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/lib/libsmdb/Makefile 313607 2017-02-11 06:39:47Z ngie $
3
4 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
5 .PATH: ${SENDMAIL_DIR}/libsmdb
6
7 CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
8 CFLAGS+=-DNEWDB -DNOT_SENDMAIL
9
10 # User customizations to the sendmail build environment
11 CFLAGS+=${SENDMAIL_CFLAGS}
12
13 WARNS?= 3
14
15 LIB= smdb
16
17 SRCS+= sm_os.h
18 SRCS+= smdb.c smdb1.c smdb2.c smndbm.c
19 CLEANFILES+=sm_os.h
20
21 INTERNALLIB=
22
23 sm_os.h:
24 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
25
26 .include <bsd.lib.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H