freebsd-src/libexec/rbootd/Makefile

9 lines
166 B
Makefile
Raw Normal View History

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