From b451f58608c543d2d9027124041f5d6028ae3c8a Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 30 May 1994 05:01:43 +0000 Subject: [PATCH] add BINDIR?='s so that it'll install --- libexec/bootpd/bootpd/Makefile | 5 ++++- libexec/bootpd/bootpgw/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libexec/bootpd/bootpd/Makefile b/libexec/bootpd/bootpd/Makefile index 79c5665fe87b..ec18b9ecd4d3 100644 --- a/libexec/bootpd/bootpd/Makefile +++ b/libexec/bootpd/bootpd/Makefile @@ -1,5 +1,5 @@ # bootp/bootpd/Makefile -# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:37 gwr Exp $ +# $Id: Makefile,v 1.2 1994/05/30 05:01:43 cgd Exp $ PROG= bootpd @@ -10,4 +10,7 @@ MAN5= bootptab.0 MAN8= bootpd.0 MLINKS= bootpd.8 bootpgw.8 +# XXXX +BINDIR?= /usr/libexec + .include diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index c93a2dfb0f30..12c0cda3bc22 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # bootp/bootpgw/Makefile -# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:38 gwr Exp $ +# $Id: Makefile,v 1.2 1994/05/30 05:01:46 cgd Exp $ PROG= bootpgw @@ -7,4 +7,7 @@ SRCS= bootpgw.c getif.c hwaddr.c report.c MAN8= +# XXXX +BINDIR?= /usr/libexec + .include