87d308c17e
for the OMRON LUNA clients, like ndbootd(8) for Sun2 machines. No particular comment on tech-userlevel@: http://mail-index.NetBSD.org/tech-userlevel/2011/12/15/msg005872.html
14 lines
223 B
Makefile
14 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/12/17 13:24:18 tsutsui Exp $
|
|
|
|
USE_FORT?= yes # network server
|
|
|
|
PROG= isibootd
|
|
SRCS= isibootd.c
|
|
MAN= isibootd.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.prog.mk>
|