diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-17 20:51:21 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-17 20:51:21 +0000 |
commit | 573a628c76b547f356aa72ed7431f16291c73ba3 (patch) | |
tree | 1dc3270c77e76562e804ef5f609d3b73e165b8fc /include/Makefile | |
parent | 680c7289eda27e0a4fb033a43433932f8af541af (diff) |
don't install netns includes any longer, ports bulk build test by pval
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 8d60f3eb117..5c4c6edf1f1 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.133 2005/06/07 02:58:17 henning Exp $ +# $OpenBSD: Makefile,v 1.134 2005/06/17 20:51:20 henning Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -35,7 +35,7 @@ LFILES= errno.h fcntl.h syslog.h termios.h stdarg.h varargs.h DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs net netatalk netinet altq \ - netinet6 netipx netnatm netns net80211 nfs scsi sys ufs uvm xfs + netinet6 netipx netnatm net80211 nfs scsi sys ufs uvm xfs # Directories with an includes target RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ |