summaryrefslogtreecommitdiff
path: root/libexec/rbootd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd/Makefile')
-rw-r--r--libexec/rbootd/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile
deleted file mode 100644
index 6e377fc51d8a..000000000000
--- a/libexec/rbootd/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# @(#)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>