Source-Changes-HG archive

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

[src/trunk]: src/usr.bin switch back to the old awk till I fixed the problem.



details:   https://anonhg.NetBSD.org/src/rev/5864df0eea2f
branches:  trunk
changeset: 757389:5864df0eea2f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Aug 27 16:38:27 2010 +0000

description:
switch back to the old awk till I fixed the problem.

diffstat:

 usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 9c995cf33921 -r 5864df0eea2f usr.bin/Makefile
--- a/usr.bin/Makefile  Fri Aug 27 16:29:13 2010 +0000
+++ b/usr.bin/Makefile  Fri Aug 27 16:38:27 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.190 2010/08/26 14:57:47 christos Exp $
+#      $NetBSD: Makefile,v 1.191 2010/08/27 16:38:27 christos Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
 
-SUBDIR= apply apropos asa at audio \
+SUBDIR= apply apropos asa at audio awk \
        banner basename biff bthset btkey btpin \
        bzip2 bzip2recover cal calendar cap_mkdb cdplay \
        checknr chflags chpass cksum cmp col colcrt colrm \



Home | Main Index | Thread Index | Old Index