Browse Source

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.
OPENBSD_3_0
deraadt 23 years ago
parent
commit
ddab92e571
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -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


Loading…
Cancel
Save