]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - libexec/rbootd/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>