]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rbootd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / libexec / rbootd / Makefile
1 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   rbootd
5 SRCS=   bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
6 MAN=    rbootd.8
7
8 WARNS?= 1
9 WFORMAT=0
10
11 .include <bsd.prog.mk>