diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-10-20 22:12:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-10-20 22:12:16 +0000 |
commit | 82f3dc58b6967eaa25e01dc3eda44d514959f6a5 (patch) | |
tree | cbc1419370a058f02211924cf848e259a7e95a05 /include/Makefile | |
parent | 5adf6fa0a170578e6fece47b71ce43fc17d0f36e (diff) |
install net80211 headers; millert and deraadt ok.
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 2fd3cd6b7a7..1f4bfc33e0a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2004/07/15 12:07:53 henning Exp $ +# $OpenBSD: Makefile,v 1.129 2004/10/20 22:12:15 fgsch Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -34,7 +34,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 netccitt netinet altq \ - netinet6 netipx netnatm netns nfs scsi sys ufs uvm xfs + netinet6 netipx netnatm netns net80211 nfs scsi sys ufs uvm xfs # Directories with an includes target RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ |