Nuke unused macro and comment
[dragonfly.git] / usr.sbin / fwcontrol / Makefile
blob08a97913b4b6e3b8b6e852028fa02981681be04e
1 # $FreeBSD: src/usr.sbin/fwcontrol/Makefile,v 1.1.2.5 2003/05/01 06:26:35 simokawa Exp $
2 # $DragonFly: src/usr.sbin/fwcontrol/Makefile,v 1.3 2003/08/08 04:18:44 dillon Exp $
4 PROG= fwcontrol
5 SRCS= fwcontrol.c fwcrom.c fwdv.c
6 MAN= fwcontrol.8
8 .PATH: ${.CURDIR}/../../sys/bus/firewire
10 SDIR= ${.CURDIR}/../../sys
11 CFLAGS+=-I${.CURDIR} -I${SDIR}
13 .include <bsd.prog.mk>