diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:26:38 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:26:38 +0000 |
| commit | 32e5044debc19eeec85e0a957e2adcd415b48346 (patch) | |
| tree | 4c790ea7a23f00a861b9249fd2f1f6927f1d54df /lib/libmt | |
| parent | fe1d0c2daea6ba3f3af97cadb8ae48c3448a90ec (diff) | |
Notes
Diffstat (limited to 'lib/libmt')
| -rw-r--r-- | lib/libmt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libmt/Makefile b/lib/libmt/Makefile index fe54d2fe80bd..6fe59201a87f 100644 --- a/lib/libmt/Makefile +++ b/lib/libmt/Makefile @@ -5,8 +5,7 @@ SHLIBDIR?= /lib SRCS= mtlib.c INCS= mtlib.h -DPADD= ${LIBSBUF} -LDADD= -lsbuf +LIBADD= sbuf bsdxml MAN= mt.3 |
