1997-06-29 19:00:29 +00:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
# $Id: Makefile,v 1.7 1997/02/22 14:21:57 peter Exp $
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
PROG= rbootd
|
|
|
|
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
|
1994-08-05 21:24:58 +00:00
|
|
|
MAN8= rbootd.8
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|