Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/kadmin style



details:   https://anonhg.NetBSD.org/src/rev/81af1592b5d3
branches:  trunk
changeset: 538592:81af1592b5d3
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Oct 23 01:09:50 2002 +0000

description:
style

diffstat:

 usr.sbin/kadmin/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3bf27b70798b -r 81af1592b5d3 usr.sbin/kadmin/Makefile
--- a/usr.sbin/kadmin/Makefile  Wed Oct 23 01:09:37 2002 +0000
+++ b/usr.sbin/kadmin/Makefile  Wed Oct 23 01:09:50 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/10/23 01:08:01 itojun Exp $
+# $NetBSD: Makefile,v 1.14 2002/10/23 01:09:50 itojun Exp $
 
 NOLINT= # defined
 
@@ -41,7 +41,6 @@
 LDADD+=        -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1  \
        -lcom_err -lsl -ledit -ltermcap -L${VERS} -lvers \
        -lroken -lcrypt
-
 DPADD+=        ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} \
        ${LIBCOM_ERR} ${LIBSL} ${LIBEDIT} ${LIBTERMCAP} ${VERS}/libvers.a \
        ${LIBROKEN} ${LIBCRYPT}



Home | Main Index | Thread Index | Old Index