summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-26 01:27:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-26 01:27:19 +0000
commit59057276f439740a1e9e6082fc9737bcdee68fee (patch)
tree718129d6a3a36cb9d3a5ddc4def8df4a293cc65b /misc
parentDisable povray until someone fixes it. I try's to use the matherr functions (diff)
Move Wnn from clean to regular target. The "always building" problem was
fixed a long time ago, I forgot to put it back here.
Notes
Notes: svn path=/head/; revision=1043
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 8dddeb474adf..3cffabb4eddf 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,12 +1,8 @@
-# $Id: Makefile,v 1.39 1995/02/15 23:53:48 torstenb Exp $
+# $Id: Makefile,v 1.40 1995/02/25 16:03:23 ats Exp $
#
# restricted: pgp.usa_only pgp.non-usa_only
#
-SUBDIR= cpm hfs iozone ispell less mshell mtools nkf rman screen top tua \
+SUBDIR= Wnn cpm hfs iozone ispell less mshell mtools nkf rman screen top tua \
xdu xsysstats
-.if make(clean)
-SUBDIR+= Wnn
-.endif
-
.include <bsd.port.subdir.mk>