diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:32:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:32:44 +0000 |
| commit | c4ea5f72e65dd5fed732e42f030878c81b7ae3e4 (patch) | |
| tree | 8ab8aa1b7c5c55e12b7d2d98014fdff3d0c66739 | |
| parent | b52c91dd7e9eeaa4b1fde87f77b47e6b74524073 (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index ead42d3551d9..d7fe67dd3ef7 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.62 1997/08/21 09:29:46 jmg Exp $ +# $Id: Makefile,v 1.63 1997/08/21 18:40:04 bde Exp $ # # Doing a make install builds /usr/include # @@ -31,7 +31,7 @@ RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \ auth_des.h des.h des_crypt.h key_prot.h MFILES= float.h floatingpoint.h stdarg.h varargs.h -LFILES= errno.h fcntl.h syslog.h termios.h +LFILES= errno.h fcntl.h poll.h syslog.h termios.h LDIRS= msdosfs net netns netatalk netinet netipx netkey nfs pccard sys vm \ # netccitt netiso |
