1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
|
|
|
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
|
|
|
|
1994-05-30 14:01:24 +00:00
|
|
|
# XXX BROKEN: afterinstall:
|
|
|
|
XXXafterinstall:
|
1995-08-06 12:24:38 +00:00
|
|
|
(cd ${.CURDIR}/bootdir && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
|
1994-05-27 12:39:25 +00:00
|
|
|
-m 444 * ${DESTDIR}/usr/mdec/)
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|