1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/libexec/rbootd/Makefile
1999-08-28 00:22:10 +00:00

9 lines
167 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
MAN8= rbootd.8
.include <bsd.prog.mk>