NetBSD/usr.sbin/isibootd/Makefile
tsutsui 87d308c17e Add isibootd(8) command, which is a dumb network boot server program
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
2011-12-17 13:24:18 +00:00

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>