diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 19:09:18 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 19:09:18 +0000 |
commit | afe61c15161c324a7af299a9b8457aba5afc92db (patch) | |
tree | 2ced81c11d3481fb1a4d3d832089bc744304b24e /share/man/man4/Makefile | |
parent | 9f23196c427eddb59bd454053a732e7cfebcb459 (diff) | |
download | src-afe61c15161c324a7af299a9b8457aba5afc92db.tar.gz src-afe61c15161c324a7af299a9b8457aba5afc92db.zip |
BSD 4.4 Lite Share Sources
Notes
Notes:
svn path=/head/; revision=1638
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile new file mode 100644 index 000000000000..c5ad94809e4b --- /dev/null +++ b/share/man/man4/Makefile @@ -0,0 +1,10 @@ +# @(#)Makefile 8.1 (Berkeley) 6/18/93 + +MAN4= clnp.0 cltp.0 drum.0 esis.0 fd.0 icmp.0 idp.0 inet.0 ip.0 \ + iso.0 lo.0 netintro.0 ns.0 nsip.0 null.0 pty.0 route.0 \ + spp.0 tcp.0 termios.0 tp.0 tty.0 udp.0 unix.0 +MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 +MLINKS+=netintro.4 networking.4 +SUBDIR= man4.hp300 man4.i386 man4.sparc man4.tahoe man4.vax + +.include <bsd.prog.mk> |