mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +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>
|