plan9 from outer space

This commit is contained in:
niklas 1997-12-02 10:34:45 +00:00
parent 1d98f83286
commit e27f3e6130
2 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 1997/12/02 08:59:31 niklas Exp $
# $OpenBSD: Makefile,v 1.4 1997/12/02 10:34:45 niklas Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
@ -26,7 +26,7 @@ SUBDIR += mail
SUBDIR += misc
SUBDIR += net
SUBDIR += news
#SUBDIR += plan9
SUBDIR += plan9
#SUBDIR += print
#SUBDIR += russian
SUBDIR += security

13
plan9/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $OpenBSD: Makefile,v 1.1 1997/12/02 10:34:46 niklas 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 += sam
# SUBDIR += wily
.include <bsd.port.subdir.mk>