From 6adce30d288e6c89f9247b8bced6dc1382b72c8f Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:07:26 +0000 Subject: Convert libraries to use LIBADD While here reduce a bit overlinking --- lib/libcam/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libcam') diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index 1621fe6..c448369 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -6,8 +6,7 @@ SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c \ ata_all.c smp_all.c INCS= camlib.h -DPADD= ${LIBSBUF} -LDADD= -lsbuf +LIBADD= sbuf MAN= cam.3 cam_cdbparse.3 -- cgit v1.1