diff options
Diffstat (limited to 'libexec/casper/pwd')
-rw-r--r-- | libexec/casper/pwd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/casper/pwd/Makefile b/libexec/casper/pwd/Makefile index ebf6cac..23ad3f2 100644 --- a/libexec/casper/pwd/Makefile +++ b/libexec/casper/pwd/Makefile @@ -6,8 +6,7 @@ PROG= pwd SRCS= pwd.c -DPADD= ${LIBCAPSICUM} ${LIBCASPER} ${LIBNV} ${LIBPJDLOG} ${LIBUTIL} -LDADD= -lcapsicum -lcasper -lnv -lpjdlog -lutil +LIBADD= casper nv pjdlog BINDIR= /libexec/casper |