From owner-cvs-usrsbin Thu Jan 9 21:18:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18333 for cvs-usrsbin-outgoing; Thu, 9 Jan 1997 21:18:28 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA18326; Thu, 9 Jan 1997 21:18:26 -0800 (PST) Date: Thu, 9 Jan 1997 21:18:26 -0800 (PST) From: Bruce Evans Message-Id: <199701100518.VAA18326@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sup/supfilesrv Makefile src/usr.sbin/sup/supscan Makefile src/usr.sbin/sup/sup Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/09 21:18:25 Modified: usr.sbin/sup/sup Makefile usr.sbin/sup/supscan Makefile Log: 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. Revision Changes Path 1.6 +2 -2 src/usr.sbin/sup/sup/Makefile 1.4 +2 -2 src/usr.sbin/sup/supscan/Makefile Modified: usr.sbin/sup/supfilesrv Makefile Log: Use ${} consistently. Revision Changes Path 1.6 +2 -2 src/usr.sbin/sup/supfilesrv/Makefile