summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:31:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 03:31:41 +0000
commitc76617c55cded20bc72f5a7bf733a04af72bb8b1 (patch)
tree2f60c8085a12c64cdb3b6da7393a9d170bc1a215 /usr.bin
parentb48903928c6e81d8544eb8d4303cde12fa1292be (diff)
update from netbsd
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tn3270/Makefile4
-rw-r--r--usr.bin/tn3270/mset/Makefile5
-rw-r--r--usr.bin/tn3270/tn3270/Makefile14
3 files changed, 14 insertions, 9 deletions
diff --git a/usr.bin/tn3270/Makefile b/usr.bin/tn3270/Makefile
index 3c45075f818..c3724e4d255 100644
--- a/usr.bin/tn3270/Makefile
+++ b/usr.bin/tn3270/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.1 1995/10/18 08:46:18 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/12/14 03:31:36 deraadt Exp $
-.if !make(install)
+.if make(clean) || make(cleandir) || make(depend) || make(obj) || make(lint)
SUBDIR += tools
.endif
SUBDIR += tn3270 mset
diff --git a/usr.bin/tn3270/mset/Makefile b/usr.bin/tn3270/mset/Makefile
index 0138c23c9c3..2fe1319d9e8 100644
--- a/usr.bin/tn3270/mset/Makefile
+++ b/usr.bin/tn3270/mset/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1995/10/18 08:46:22 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/12/14 03:31:38 deraadt Exp $
.include "../../Makefile.inc"
@@ -16,7 +16,8 @@ DEPSRCS += astosc.OUT map3270.c mset.c
PROG = mset
MKASTOSC!=cd $(.CURDIR)/../tools/mkastosc; \
- printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | \
+ ${MAKE} -r -s -f - xxx | grep mkastosc
astosc.o: astosc.OUT
CLEANFILES += astosc.OUT astosc.out
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile
index a1feeeb5cc0..abcbc07124f 100644
--- a/usr.bin/tn3270/tn3270/Makefile
+++ b/usr.bin/tn3270/tn3270/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1995/10/18 08:46:23 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/12/14 03:31:40 deraadt Exp $
.include "../../Makefile.inc"
@@ -29,16 +29,20 @@ DEPSRCS += tn3270.c utilities.c
PROG = tn3270
MKASTOSC!=cd $(.CURDIR)/../tools/mkastosc; \
- printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/mkastosc\n" | \
+ ${MAKE} -r -s -f - xxx | grep mkastosc
MKASTODS!=cd $(.CURDIR)/../tools/mkastods; \
- printf "xxx:\n\techo \$${.OBJDIR}/mkastods\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/mkastods\n" | \
+ ${MAKE} -r -s -f - xxx | grep mkastods
MKDSTOAS!=cd $(.CURDIR)/../tools/mkdstoas; \
- printf "xxx:\n\techo \$${.OBJDIR}/mkdstoas\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/mkdstoas\n" | \
+ ${MAKE} -r -s -f - xxx | grep mkdstoas
MKHITS!=cd $(.CURDIR)/../tools/mkhits; \
- printf "xxx:\n\techo \$${.OBJDIR}/mkhits\n" | ${MAKE} -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/mkhits\n" | \
+ ${MAKE} -r -s -f - xxx | grep mkhits
astosc.o: astosc.OUT
CLEANFILES += astosc.OUT astosc.out