mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
9 lines
90 B
Makefile
9 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= scsi_target
|
|
SRCS= scsi_target.c
|
|
|
|
NOMAN= noman
|
|
|
|
.include <bsd.prog.mk>
|