diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-07-09 09:44:32 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-07-09 09:44:32 +0000 |
commit | 21b67dfa00b0d641557b13a4209b13f43617172a (patch) | |
tree | 132ee8c1f2571ce3fd255ed484be872fe1f9e269 /kerberosIV/usr.sbin/ext_srvtab/Makefile | |
parent | 1902caafa7b462ec67f52be8022d0cf18185d9ff (diff) |
Stuff in kerberosIV should _never_ link against kerberosV.
While I'm here, cleanup linking stuff so this gets through a static build
on i386. Other archs untested at this time.
Diffstat (limited to 'kerberosIV/usr.sbin/ext_srvtab/Makefile')
-rw-r--r-- | kerberosIV/usr.sbin/ext_srvtab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/usr.sbin/ext_srvtab/Makefile b/kerberosIV/usr.sbin/ext_srvtab/Makefile index a0bd97d43b7..bcf9b89a2e2 100644 --- a/kerberosIV/usr.sbin/ext_srvtab/Makefile +++ b/kerberosIV/usr.sbin/ext_srvtab/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/07/01 21:47:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2001/07/09 09:44:30 hin Exp $ PROG = ext_srvtab @@ -8,7 +8,7 @@ KRBDEPTH=../.. .PATH: ${KRBSRC}/admin CFLAGS += -I. -I${KRBSRC}/lib/kadm -I${KRBSRC}/lib/kdb -LDADD += -lkafs -lkrb5 -lkrb -lkdb -ldes -lcrypto -lasn1 ${LIBROKEN} +LDADD += ${LIBROKEN} -lkafs -lkdb -lkrb -lcrypto SRCS = ext_srvtab.c |