add BINDIR?='s so that it'll install

This commit is contained in:
cgd 1994-05-30 05:01:43 +00:00
parent 6f91f0628a
commit b451f58608
2 changed files with 8 additions and 2 deletions

View File

@ -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 <bsd.prog.mk>

View File

@ -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 <bsd.prog.mk>