mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
8fae3551ec
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
8 lines
113 B
Makefile
8 lines
113 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 6/5/93
|
|
|
|
PROG= scsiformat
|
|
MAN8= scsiformat.0
|
|
CFLAGS+=-I/sys
|
|
|
|
.include <bsd.prog.mk>
|