summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/Makefile
blob: 6ea830a94fda91fa51842972a4831bbaf2f0c871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)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

# XXX BROKEN:	afterinstall:
XXXafterinstall:
	(cd ${.CURDIR}/bootdir && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
	    -m 444 * ${DESTDIR}/usr/mdec/)

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud