summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
committersteve <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
commit0d992ff3138ae20de7a6f94dd7a46d15618900ad (patch)
treeb7f9efb7b5727705d2c745d83fd97780dc95e4c9 /libexec/rbootd/Makefile
parent8d3c561e32236d0061cc1de5ec7a4224d7ec85f4 (diff)
downloadFreeBSD-src-0d992ff3138ae20de7a6f94dd7a46d15618900ad.zip
FreeBSD-src-0d992ff3138ae20de7a6f94dd7a46d15618900ad.tar.gz
Merge conflicts and make this compile -Wall clean.
Diffstat (limited to 'libexec/rbootd/Makefile')
-rw-r--r--libexec/rbootd/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile
index dfb0870..0cc5ac2 100644
--- a/libexec/rbootd/Makefile
+++ b/libexec/rbootd/Makefile
@@ -1,13 +1,8 @@
-# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id$
+# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
+# $Id: Makefile,v 1.7 1997/02/22 14:21:57 peter Exp $
PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN8= rbootd.8
-# XXX BROKEN: afterinstall:
-XXXafterinstall:
- (cd ${.CURDIR}/bootdir && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
- -m 444 * ${DESTDIR}/usr/mdec/)
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud