mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
c9dc84a522
===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
9 lines
240 B
Makefile
9 lines
240 B
Makefile
# $Id: Makefile,v 1.13 1995/05/14 02:36:28 asami Exp $
|
|
#
|
|
|
|
SUBDIR= Canna Wnn gawk grep groff gxditview \
|
|
kinput2-canna kinput2-canna+wnn kinput2-wnn \
|
|
kterm less mh mule-canna mule-wnn nethack nkf sed tcl tk
|
|
|
|
.include <bsd.port.subdir.mk>
|