diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 16:03:23 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 16:03:23 +0000 |
commit | 9ba9cdc0d847c1eaffdfab1330bceec8a80b708d (patch) | |
tree | 0c3fa33ddba2e46a6eb0b0be23e133041bacbdb3 | |
parent | We have m4, so don't disable it. (diff) |
Add the Wnn port to a clean target. It is used from the mule port and
gets built but doesn't get cleaned from a "cd /usr/ports ; make clean"
otherwise.
Notes
Notes:
svn path=/head/; revision=1033
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> |