xref: /csrg-svn/libexec/rbootd/Makefile (revision 61444)
1*61444Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/04/93
255601Sbostic
355601SbosticPROG=	rbootd
455601SbosticSRCS=	bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
555601SbosticMAN8=	rbootd.0
655601Sbostic
755601Sbosticafterinstall:
855601Sbostic	(cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \
955601Sbostic	    -m 444 * ${DESTDIR}/usr/mdec/)
1055601Sbostic
1155601Sbostic.include <bsd.prog.mk>
12