1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/usr.sbin/fwcontrol/Makefile
Hidetoshi Shimokawa 6f9c571fe3 Set include path.
2003-04-30 03:39:25 +00:00

13 lines
205 B
Makefile

# $FreeBSD$
PROG= fwcontrol
SRCS= fwcontrol.c fwcrom.c fwdv.c
MAN= fwcontrol.8
.PATH: ${.CURDIR}/../../sys/dev/firewire
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
.include <bsd.prog.mk>