a8548d6360
Add rc flavors.
17 lines
358 B
Makefile
17 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.7 2000/06/07 00:52:07 espie Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/11/17 11:55:01 tg Exp $
|
|
#
|
|
|
|
SUBDIR += 9menu
|
|
# SUBDIR += 9term
|
|
SUBDIR += 9wm
|
|
# SUBDIR += Xg
|
|
SUBDIR += rc
|
|
SUBDIR += rc,readline
|
|
SUBDIR += rc,editline
|
|
SUBDIR += sam
|
|
SUBDIR += tcs
|
|
SUBDIR += wily
|
|
|
|
.include <bsd.port.subdir.mk>
|