9b603a2514
sushi the ability to do the following tasks: Edit /etc/exports Edit /etc/hosts Change the hostname Modify NIC configuration Change the default route Setup YP/NIS.
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/04/25 03:43:25 garbled Exp $
|
|
|
|
SUBDIR= exports hostname hosts interfaces routing yp
|
|
|
|
FILES= index help
|
|
FILESDIR=${BINDIR}/sushi/network
|
|
MKOBJ= no
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|