diff options
author | ats <ats@FreeBSD.org> | 1995-02-26 00:03:23 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-26 00:03:23 +0800 |
commit | 6ca8dce387b7d7c75de3b89c74ab6efb6c0816a5 (patch) | |
tree | 71be7b0c7f303172280991b09855f3f11a40937e /misc | |
parent | e93b75f2d03f7e73972d895a768153ef36954555 (diff) | |
download | freebsd-ports-gnome-6ca8dce387b7d7c75de3b89c74ab6efb6c0816a5.tar.gz freebsd-ports-gnome-6ca8dce387b7d7c75de3b89c74ab6efb6c0816a5.tar.zst freebsd-ports-gnome-6ca8dce387b7d7c75de3b89c74ab6efb6c0816a5.zip |
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.
Diffstat (limited to 'misc')
-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> |