summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-05-23 14:55:24 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-05-23 14:55:24 +0000
commit5d77d32e3e5941bfcaa460bcd5d3f2bce5928214 (patch)
treea1946b112e999db287811bbcacfa5e817c44922c
parentImport of NPS, a non-preeemtive thread scheduling library. (diff)
Activate NPS port.
Notes
Notes: svn path=/head/; revision=18942
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ea93cc418077..d82afaaea3b5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.184 1999/05/12 10:04:53 asami Exp $
+# $Id: Makefile,v 1.185 1999/05/20 14:43:16 kuriyama Exp $
#
SUBDIR += ElectricFence
@@ -91,6 +91,7 @@
SUBDIR += nasm
SUBDIR += ncurses
SUBDIR += noweb
+ SUBDIR += nps
SUBDIR += omniORB
SUBDIR += p5-BSD-Resource
SUBDIR += p5-C-Scan