From 248e6ea0a34c82e0d27dd874d10ae217a373c9cf Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 10 Jan 1997 05:18:23 +0000 Subject: [PATCH] Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, but it should have reordered the existing one (so that ${DPADD} can be compared with ${LDADD}). Use ${} consistently. --- usr.sbin/sup/sup/Makefile | 4 ++-- usr.sbin/sup/supscan/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/sup/sup/Makefile b/usr.sbin/sup/sup/Makefile index 4a372ce75e01..416d13b1e3f4 100644 --- a/usr.sbin/sup/sup/Makefile +++ b/usr.sbin/sup/sup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/06/24 04:25:57 jkh Exp $ +# $Id: Makefile,v 1.5 1996/09/05 17:15:48 bde Exp $ PROG= sup SRCS= supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c @@ -13,7 +13,7 @@ LIBOBJ= ${.OBJDIR}/../lib LIBOBJ= ${LIBSRC} .endif -DPADD= $(LIBCRYPT) $(LIBOBJ)/libsup.a ${LIBCRYPT} +DPADD= ${LIBOBJ}/libsup.a ${LIBCRYPT} LDADD= -L${LIBOBJ} -lsup -lcrypt .include diff --git a/usr.sbin/sup/supscan/Makefile b/usr.sbin/sup/supscan/Makefile index 7c2a6aaba087..08a2e689cb50 100644 --- a/usr.sbin/sup/supscan/Makefile +++ b/usr.sbin/sup/supscan/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/06/24 04:26:03 jkh Exp $ +# $Id: Makefile,v 1.3 1996/09/05 17:16:06 bde Exp $ PROG= supscan SRCS= supscan.c @@ -14,7 +14,7 @@ LIBOBJ= ${.OBJDIR}/../lib LIBOBJ= ${LIBSRC} .endif -DPADD= $(LIBCRYPT) $(LIBOBJ)/libsup.a ${LIBCRYPT} +DPADD= ${LIBOBJ}/libsup.a ${LIBCRYPT} LDADD= -L${LIBOBJ} -lsup -lcrypt .include