blob: 5872873eb97d58916537b3b743957ef44037fbb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.3 2003/09/22 12:54:48 atatat Exp $
NOSHARE= # defined
NOPIC= # defined
NOPROFILE= # defined
.include <bsd.own.mk>
DIST= ${NETBSDSRCDIR}/gnu/dist
.PATH: ${DIST}/sendmail/libsm
LIB= sm
CPPFLAGS+= -DNOT_SENDMAIL
SRCS= assert.c cf.c clock.c clrerr.c config.c debug.c \
errstring.c exc.c fclose.c feof.c ferror.c fflush.c \
fget.c findfp.c flags.c fopen.c fpos.c fprintf.c \
fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c \
fwalk.c fwrite.c get.c heap.c ldap.c makebuf.c match.c \
mbdb.c mpeix.c niprop.c path.c put.c refill.c rewind.c \
rpool.c setvbuf.c shm.c signal.c smstdio.c snprintf.c \
sscanf.c stdio.c strcasecmp.c strdup.c strerror.c \
strexit.c string.c stringf.c strio.c strl.c strrevcmp.c \
strto.c syslogio.c test.c ungetc.c vasprintf.c vfprintf.c \
vfscanf.c vprintf.c vsnprintf.c vsprintf.c vsscanf.c \
wbuf.c wsetup.c xtrap.c
libinstall::
.include <bsd.lib.mk>
|