diff options
-rw-r--r-- | misc/Makefile | 8 |
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> |