freebsd-src/libexec/rbootd/Makefile

13 lines
297 B
Makefile
Raw Normal View History

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
MAN8= rbootd.0
# XXX BROKEN: afterinstall:
XXXafterinstall:
1994-05-27 12:39:25 +00:00
(cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \
-m 444 * ${DESTDIR}/usr/mdec/)
.include <bsd.prog.mk>