1LIB=		estdraft
2SRCS=		estdraft.c
3NOMAN=		#
4NOPIC=		yes
5
6NOLINT=			# for NetBSD
7MKLINKLIB=	no	# for NetBSD
8MKPIC=		no	# for NetBSD
9
10_whereobj:
11	@echo ${.OBJDIR}
12
13install:
14	@echo -n
15
16.include <bsd.lib.mk>
17