freebsd-dev/libexec/rbootd/Makefile

14 lines
307 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1997-02-22 14:22:49 +00:00
# $Id$
1994-05-27 12:39:25 +00:00
PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN8= rbootd.8
1994-05-27 12:39:25 +00:00
# XXX BROKEN: afterinstall:
XXXafterinstall:
(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>