9357f4121d
are not yet warning-clean. Tested on i386 and alpha.
11 lines
177 B
Makefile
11 lines
177 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rbootd
|
|
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
|
|
MAN= rbootd.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|