diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-03-16 13:43:06 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-03-16 13:43:06 +0000 |
| commit | a4986e9aea035bb3c08c599bcfedfe0fc47a4b33 (patch) | |
| tree | 355e1e5077f4ca5b73f0e48a37cc978b587d3f88 /sbin | |
| parent | a06918a349fb6e0aa85b441b90d8743a238737d8 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/casperd/Makefile | 4 | ||||
| -rw-r--r-- | sbin/ping/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/casperd/Makefile b/sbin/casperd/Makefile index d436ce8f1150..f5a8e05860a8 100644 --- a/sbin/casperd/Makefile +++ b/sbin/casperd/Makefile @@ -4,8 +4,8 @@ PROG= casperd SRCS= casperd.c zygote.c -DPADD= ${LIBCAPSICUM} ${LIBCASPER} ${LIBNV} ${LIBPJDLOG} ${LIBUTIL} -LDADD= -lcapsicum -lcasper -lnv -lpjdlog -lutil +DPADD= ${LIBCASPER} ${LIBCAPSICUM} ${LIBNV} ${LIBPJDLOG} ${LIBUTIL} +LDADD= -lcasper -lcapsicum -lnv -lpjdlog -lutil MAN= casperd.8 diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index b973215a4188..c3dda698b519 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -12,8 +12,8 @@ DPADD= ${LIBM} LDADD= -lm .if ${MK_CASPER} != "no" && !defined(RESCUE) -DPADD+= ${LIBCAPSICUM} -LDADD+= -lcapsicum +DPADD+= ${LIBCAPSICUM} ${LIBNV} +LDADD+= -lcapsicum -lnv CFLAGS+=-DHAVE_LIBCAPSICUM .endif |
