diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2010-11-30 22:39:46 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2010-11-30 22:39:46 +0000 |
| commit | 06e794928b98592d189ecfdf60b8dedcc5a475dc (patch) | |
| tree | f6f5a0b39082e4a685754786ebe504ed99d56b5e /lib/libcam | |
| parent | 06127c9c2a066179d2f8172b06ae1a20b3604508 (diff) | |
Notes
Diffstat (limited to 'lib/libcam')
| -rw-r--r-- | lib/libcam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index 1f819d085900..c5773eac2f82 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -3,7 +3,7 @@ LIB= cam SHLIBDIR?= /lib SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \ - ata_all.c + ata_all.c smp_all.c INCS= camlib.h DPADD= ${LIBSBUF} |
