freebsd-dev/usr.sbin/fwcontrol/Makefile

13 lines
205 B
Makefile
Raw Normal View History

2002-12-30 10:13:16 +00:00
# $FreeBSD$
PROG= fwcontrol
2003-01-23 16:10:12 +00:00
SRCS= fwcontrol.c fwcrom.c fwdv.c
2002-12-30 10:13:16 +00:00
MAN= fwcontrol.8
2003-04-26 16:46:59 +00:00
.PATH: ${.CURDIR}/../../sys/dev/firewire
2003-04-30 03:39:25 +00:00
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
2002-12-30 10:13:16 +00:00
.include <bsd.prog.mk>