]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/rbootd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 WFORMAT=0
9
10 .include <bsd.prog.mk>