xref: /freebsd/libexec/rbootd/Makefile (revision 148531ef1e6681bf21fa82c8afd667377b9c057f)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2#	$Id$
3
4PROG=	rbootd
5SRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
6MAN8=	rbootd.8
7
8# XXX BROKEN:	afterinstall:
9XXXafterinstall:
10	(cd ${.CURDIR}/bootdir && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
11	    -m 444 * ${DESTDIR}/usr/mdec/)
12
13.include <bsd.prog.mk>
14