diff options
Diffstat (limited to '')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 94b33f1a951b..8dddeb474adf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,12 @@ -# $Id: Makefile,v 1.38 1995/02/10 02:14:22 asami Exp $ +# $Id: Makefile,v 1.39 1995/02/15 23:53:48 torstenb Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # SUBDIR= 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> |