opnsense-src/libexec/rbootd/Makefile

9 lines
167 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-27 20:22:10 -04:00
# $FreeBSD$
1994-05-27 08:39:25 -04:00
PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN8= rbootd.8
1994-05-27 08:39:25 -04:00
.include <bsd.prog.mk>