diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-27 08:04:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-27 08:04:08 +0000 |
commit | 772429cf8c4c30fb15c96d2f43a61d274cae3d5e (patch) | |
tree | f3298613f2d890fb89c27fd0747e5e3413e3ac19 /include | |
parent | 76824e60ebf290d47deaff878e2824559c30ec4c (diff) |
Why was a very large chunk of code commited to the source tree without
checking if a make build of the entire system still works? How many
other parts of the tree are now not going to build? All development
has not stopped until this is fixed.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 3559b169fde..27f1a209330 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.94 2001/06/26 15:32:44 hin Exp $ +# $OpenBSD: Makefile,v 1.95 2001/06/27 08:04:07 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -36,7 +36,7 @@ MFILES+= link.h dlfcn.h .endif DIRS= arpa protocols rpc rpcsvc -LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet \ +LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet altq \ netinet6 netipx netiso netnatm netns nfs scsi sys ufs uvm vm xfs # Directories with an includes target |