]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rbootd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>