Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sendmail/cf/cf One last bit of .mk lossage.



details:   https://anonhg.NetBSD.org/src/rev/b82a6effc36f
branches:  trunk
changeset: 481174:b82a6effc36f
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Jan 24 06:49:29 2000 +0000

description:
One last bit of .mk lossage.

diffstat:

 usr.sbin/sendmail/cf/cf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c8eadff9f6b0 -r b82a6effc36f usr.sbin/sendmail/cf/cf/Makefile
--- a/usr.sbin/sendmail/cf/cf/Makefile  Mon Jan 24 04:56:02 2000 +0000
+++ b/usr.sbin/sendmail/cf/cf/Makefile  Mon Jan 24 06:49:29 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 1999/03/05 01:10:33 mycroft Exp $
+#      $NetBSD: Makefile,v 1.26 2000/01/24 06:49:29 mycroft Exp $
 #
 #      @(#)Makefile    8.19 (Berkeley) 1/14/97
 
@@ -36,14 +36,14 @@
 
 FILESDIR= /usr/share/sendmail/cf
 
-all: $(ALL)
+realall: $(ALL)
 
 others: $(OTHERS)
 
 clean cleandir distclean:
        $(RM) $(ALL) core
 
-depend:
+realdepend:
 
 distribution:
        ${INSTALL} -c -o root -g wheel -m 444 netbsd-proto.cf \



Home | Main Index | Thread Index | Old Index