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