world: Honour the NO_SHARE in make.conf
[dragonfly.git] / usr.sbin / ndiscvt / Makefile
blob113465862158edb46e9a12d2d5f81d954c463d5d
1 # $FreeBSD: src/usr.sbin/ndiscvt/Makefile,v 1.7 2005/04/24 20:21:22 wpaul Exp $
3 .PATH: ${.CURDIR}/../../sys/emulation/ndis
5 PROG= ndiscvt
6 SRCS= ndiscvt.c
7 SRCS+= subr_pe.c
8 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
10 MAN= ndiscvt.8
11 MAN+= ndisgen.8
13 DPADD= ${LIBL}
14 LDADD= -ll
16 YFLAGS+=-v
18 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys
20 CLEANFILES= y.output
22 .if !defined(NO_SHARE)
23 FILES= windrv_stub.c
24 FILESNAME= windrv_stub.c
25 FILESDIR= /usr/share/misc
26 .endif
28 SCRIPTS= ndisgen.sh
30 .include <bsd.prog.mk>