freebsd-ports/misc/Makefile
Andreas Schulz 9ba9cdc0d8 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.
1995-02-25 16:03:23 +00:00

12 lines
266 B
Makefile

# $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>