aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compile_et
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2012-03-22 08:48:42 +0000
committerStanislav Sedov <stas@FreeBSD.org>2012-03-22 08:48:42 +0000
commitae77177087c655fc883075af4f425b37e032cd05 (patch)
tree5518cb944fa25f627a797b58451ccf506b720fcf /usr.bin/compile_et
parent5730afc9b6405f9325dfbbf7164dd6c818191ff5 (diff)
parent813b7899c1cf9c5cd1b72c0fb7c6c740aab26929 (diff)
downloadsrc-ae77177087c655fc883075af4f425b37e032cd05.tar.gz
src-ae77177087c655fc883075af4f425b37e032cd05.zip
Notes
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r--usr.bin/compile_et/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index 262e696ac1b4..d7177b2f16fd 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -2,8 +2,12 @@
.PATH: ${.CURDIR}/../../contrib/com_err
+LIBVERS= ${.OBJDIR}/../../kerberos5/lib/libvers/libvers.a
+
PROG= compile_et
-SRCS= compile_et.c parse.y lex.l getarg.c
+SRCS= compile_et.c parse.y lex.l
+LDADD= -lroken ${LIBVERS}
+DPADD= ${LIBROKEN} ${LIBVERS}
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
WARNS?= 0