9ba9cdc0d8
gets built but doesn't get cleaned from a "cd /usr/ports ; make clean" otherwise.
12 lines
266 B
Makefile
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>
|