diff options
| author | simonb <simonb@NetBSD.org> | 2006-02-25 12:00:24 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2006-02-25 12:00:24 +0000 |
| commit | bee087d4cc9cabfd4802f0dd0433b452e27424e9 (patch) | |
| tree | e8c1af8eaa9fb1b60d94248968f249a1f7a60c73 | |
| parent | 3204463045527e3a5263181dd873c573c7e7b5f3 (diff) | |
libcompat isn't needed any more here.
| -rw-r--r-- | usr.bin/openssl/Makefile | 6 | ||||
| -rw-r--r-- | usr.sbin/rtadvd/Makefile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/openssl/Makefile b/usr.bin/openssl/Makefile index d33b5186e23..b07637a9cf5 100644 --- a/usr.bin/openssl/Makefile +++ b/usr.bin/openssl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2005/11/26 00:36:40 christos Exp $ +# $NetBSD: Makefile,v 1.24 2006/02/25 12:00:24 simonb Exp $ NOMAN= # defined .include <bsd.own.mk> # RCSid: -# $Id: Makefile,v 1.23 2005/11/26 00:36:40 christos Exp $ +# $Id: Makefile,v 1.24 2006/02/25 12:00:24 simonb Exp $ # # @(#) Copyright (c) 1995 Simon J. Gerraty # @@ -62,8 +62,6 @@ DPADD+= ${LIBCRYPTO_RC5} # this must be _after_ the libcrypto_rc5/libcrypto_idea entries. LDADD+= -lssl -lcrypto -lcrypt DPADD+= ${LIBSSL} ${LIBCRYPTO} ${LIBCRYPT} -LDADD+= -lcompat -DPADD+= ${LIBCOMPAT} CRYPTODIST= ${NETBSDSRCDIR}/crypto/dist .include "${NETBSDSRCDIR}/crypto/Makefile.openssl" diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index 570fdf19d82..026df3e72ae 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/05/21 23:35:18 itojun Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/25 12:00:24 simonb Exp $ .include <bsd.own.mk> @@ -7,8 +7,8 @@ SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c CPPFLAGS+=-DINET6 MAN= rtadvd.8 rtadvd.conf.5 -LDADD+= -lcompat -lutil -DPADD+= ${LIBCOMPAT} ${LIBUTIL} +LDADD+= -lutil +DPADD+= ${LIBUTIL} .if ${MKSHARE} != "no" FILESDIR= /usr/share/examples/rtadvd |
