1 # $FreeBSD: src/usr.sbin/ndiscvt/Makefile,v 1.5 2004/02/23 20:21:21 johan Exp $
2 # $DragonFly: src/usr.sbin/ndiscvt/Makefile,v 1.2 2005/02/04 21:30:42 cpressey Exp $
4 .PATH: ${.CURDIR}/../../sys/emulation/ndis
9 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
20 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys
24 .include <bsd.prog.mk>