ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.sbin/fwcontrol/Makefile
Revision: 10749
Committed: Sat Jun 9 22:14:52 2018 UTC (5 years, 10 months ago) by laffer1
File size: 314 byte(s)
Log Message:
tag

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/usr.sbin/fwcontrol/Makefile 204585 2010-03-02 16:58:04Z uqs $
3
4 PROG= fwcontrol
5 SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
6 MAN= fwcontrol.8
7 WARNS?= 3
8
9 .PATH: ${.CURDIR}/../../sys/dev/firewire
10
11 SDIR= ${.CURDIR}/../../sys
12 CFLAGS+=-I${.CURDIR} -I${SDIR}
13
14 .include <bsd.prog.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H