summaryrefslogtreecommitdiff
path: root/usr.sbin/ndiscvt/Makefile
blob: 51d3d3ea4cf18f73c8af2fdec01a8ba3af12fa66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.11 2009/04/22 15:23:06 lukem Exp $
# $FreeBSD: src/usr.sbin/ndiscvt/Makefile,v 1.5 2004/02/23 20:21:21 johan Exp $

.PATH:	${.CURDIR}/../../sys/compat/ndis

.if ${MACHINE_ARCH} == "i386"
PROG=	ndiscvt
.endif

MAN=	ndiscvt.8
MANSUBDIR=	/i386
SRCS=	ndiscvt.c
SRCS+=	subr_pe.c
SRCS+=	inf.c inf-token.l inf-parse.y

CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys

YHEADER=yes
YPREFIX=ndiscvt_
LPREFIX=${YPREFIX}

.include <bsd.prog.mk>