diff options
Diffstat (limited to 'libexec/rbootd/Makefile')
| -rw-r--r-- | libexec/rbootd/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile new file mode 100644 index 0000000000000..6e377fc51d8aa --- /dev/null +++ b/libexec/rbootd/Makefile @@ -0,0 +1,11 @@ +# @(#)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 + +afterinstall: + (cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \ + -m 444 * ${DESTDIR}/usr/mdec/) + +.include <bsd.prog.mk> |
