835463e99a
- note that ifconfig(8) create subcommand is required before slattach(8) - network addresses aren't defined by slattach(8) but ifconfig(8) - Add a BUGS section in slattach(8) to note that currently there is no way to specify/see an interface name to be attached - move description about link[0-2] flags from slattach(8) to sl(4) (rather than adding a new description...) - move description about SLIP limitations to a new BUGS section in sl(4) - remove inappropriate MLINKS of slip.8 to slattach.8 - create MLINKS of slip.4 to sl.4 instead - add some more xrefs Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/07/08 17:22:14 tsutsui Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= slattach
|
|
MAN= slattach.8
|
|
|
|
.include <bsd.prog.mk>
|