NetBSD/usr.bin/mkcsmapper/Makefile
lukem c1ceae17f0 Enable WARNS=4 by default for usr.bin, except for:
awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit
	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds
	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh
	string2key  telnet  tn3270  verify_krb5_conf  xlint
2009-04-14 22:15:16 +00:00

24 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/04/14 22:15:23 lukem Exp $
NOMAN=# defined (must come before bsd.own.mk)
.ifndef HOSTPROG
.include <bsd.own.mk>
.endif
.PATH: ${NETBSDSRCDIR}/lib/libc/citrus
PROG= mkcsmapper
SRCS= yacc.y lex.l \
citrus_db_factory.c citrus_bcs.c citrus_db_hash.c \
citrus_lookup_factory.c citrus_pivot_factory.c
CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \
-I${NETBSDSRCDIR}/lib/libc/citrus \
-I${NETBSDSRCDIR}/lib/libc/citrus/modules \
-DHOSTPROG -DLIBC_SCCS
YHEADER= 1
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif