Cross Reference: Makefile
xref: /src/usr.bin/mkesdb/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/mkesdb/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2003/10/27 00:14:59 lukem Exp $
2
3.ifndef HOSTPROG
4.include <bsd.own.mk>
5.endif
6
7.PATH: ${NETBSDSRCDIR}/lib/libc/citrus
8
9WARNS?=		2
10PROG=		mkesdb
11SRCS=		yacc.y lex.l \
12		citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
13		citrus_lookup_factory.c
14CPPFLAGS+=	-I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \
15		-I${NETBSDSRCDIR}/lib/libc/citrus \
16		-DHOSTPROG -DLIBC_SCCS
17YHEADER=	1
18MKMAN=		no
19
20.ifndef HOSTPROG
21.include <bsd.prog.mk>
22.endif
23

Indexes created Sun Dec 21 11:09:39 GMT 2025