diff options
author | Nate Lawson <njl@FreeBSD.org> | 2002-11-25 19:29:05 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2002-11-25 19:29:05 +0000 |
commit | 5cc6190e8744f926c4a7f62de452f134f420c9c0 (patch) | |
tree | 54e5b984ae23a4769baee6256318f6e1830e8acd /share/examples/scsi_target | |
parent | 37dce299a60443633241a9c79dc2704fb08a4a73 (diff) |
Add a DPADD section to fix 'make checkdpadd'
Submitted by: ru
Approved by: re (previously)
Notes
Notes:
svn path=/head/; revision=107241
Diffstat (limited to 'share/examples/scsi_target')
-rw-r--r-- | share/examples/scsi_target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/scsi_target/Makefile b/share/examples/scsi_target/Makefile index abd5a969facf..48ef29dc945f 100644 --- a/share/examples/scsi_target/Makefile +++ b/share/examples/scsi_target/Makefile @@ -2,6 +2,7 @@ PROG= scsi_target SRCS= scsi_target.h scsi_target.c scsi_cmds.c +DPADD= ${LIBCAM} LDADD= -lcam MAN= scsi_target.8 |