diff options
author | julian <julian@FreeBSD.org> | 1995-10-27 06:51:02 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-10-27 06:51:02 +0000 |
commit | 097421f540c5e463d5555f21dda599c749369da8 (patch) | |
tree | 993495e53c3db4a002d46eda053002a289aa7657 /include/Makefile | |
parent | ebbfd7c768ff73f52cf450b84cef34371c945e44 (diff) | |
download | FreeBSD-src-097421f540c5e463d5555f21dda599c749369da8.zip FreeBSD-src-097421f540c5e463d5555f21dda599c749369da8.tar.gz |
Submitted by: john hay
add a link in /usr/include to /sys/netipx
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 d629675..2680c5d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.28 1995/08/05 20:24:32 wollman Exp $ +# $Id: Makefile,v 1.29 1995/08/06 12:23:05 bde Exp $ # # Doing a make install builds /usr/include # @@ -27,7 +27,7 @@ MFILES= float.h floatingpoint.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h DIRS= arpa protocols rpc -LDIRS= net netccitt netinet netiso netns nfs sys vm +LDIRS= net netccitt netinet netipx netiso netns nfs sys vm LUDIR= ufs UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs |