10 lines
171 B
Makefile
10 lines
171 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2001/05/22 14:41:59 fredette Exp $
|
||
|
|
||
|
PROG= ndbootd
|
||
|
SRCS= ndbootd.c
|
||
|
MAN= ndbootd.8
|
||
|
|
||
|
CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}
|
||
|
|
||
|
.include <bsd.prog.mk>
|