aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fwcontrol/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* fwcontrol: Disable -Wzero-length-bounds warnings.John Baldwin2022-12-051-0/+1
| | | | | | | | firewire.h includes zero length arrays in unions that trigger this warning. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D37538
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314659
* Always assign WARNS using ?=Ulrich Spörlein2010-03-021-1/+1
| | | | | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor) Notes: svn path=/head/; revision=204585
* Add MPEG2-TS/HDV support to fwcontrol.Warner Losh2006-10-261-1/+2
| | | | | | | | | Submitted by: Petr Holub" <hopet@ics.muni.cz> Clean up by: mi@ Pr: 98134 Notes: svn path=/head/; revision=163712
* Set include path.Hidetoshi Shimokawa2003-04-301-0/+3
| | | | Notes: svn path=/head/; revision=114275
* Use fwcrom.c in /sys/dev/firewire.Hidetoshi Shimokawa2003-04-261-0/+2
| | | | Notes: svn path=/head/; revision=114070
* Merge DV(Digital Video) support.Hidetoshi Shimokawa2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109737
* Import FireWire userland utility.Hidetoshi Shimokawa2002-12-301-0/+7
Notes: svn path=/head/; revision=108441