diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-02-24 03:46:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-02-24 03:46:12 +0000 |
| commit | c014f65858d8372ee84444e6cb2bb9498e252649 (patch) | |
| tree | 76c52bee33dcf731690115dbac7ae86049a10415 /sbin | |
| parent | 28ef1f9814cb62194be99e865861fb547e3d411d (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/gconcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/gconcat/Makefile b/sbin/gconcat/Makefile index b683ed222edef..e74f8fbd55cda 100644 --- a/sbin/gconcat/Makefile +++ b/sbin/gconcat/Makefile @@ -2,8 +2,8 @@ PROG= gconcat MAN= gconcat.8 -DPADD= ${LIBGEOM} -LDADD= -lgeom +DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} +LDADD= -lgeom -lsbuf -lbsdxml WARNS?= 6 CFLAGS+=-I${.CURDIR}/../../sys |
