New makefiles using subdirectories (thanks to Theo).

This commit is contained in:
gwr 1994-05-27 21:44:39 +00:00
parent c7b51e6891
commit 7bd54bd9bc
9 changed files with 61 additions and 3 deletions

View File

@ -0,0 +1,7 @@
# bootp/Makefile.inc
# $Id: Makefile.inc,v 1.1.1.1 1994/05/27 21:46:35 gwr Exp $
.PATH: ${.CURDIR}/..
CFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU -I..

BIN
libexec/bootpd/NewMake Normal file

Binary file not shown.

View File

@ -0,0 +1,13 @@
# bootp/bootpd/Makefile
# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:37 gwr Exp $
PROG= bootpd
SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
lookup.c getif.c hwaddr.c report.c tzone.c
MAN5= bootptab.0
MAN8= bootpd.0
MLINKS= bootpd.8 bootpgw.8
.include <bsd.prog.mk>

View File

@ -21,7 +21,7 @@ SOFTWARE.
************************************************************************/
#ifndef lint
static char rcsid[] = "$Header: /cvsroot/src/libexec/bootpd/Attic/bootpef.c,v 1.1 1994/05/24 15:20:16 gwr Exp $";
static char rcsid[] = "$Header: /cvsroot/src/libexec/bootpd/Attic/bootpef.c,v 1.1.1.1 1994/05/27 21:45:11 gwr Exp $";
#endif

View File

@ -0,0 +1,14 @@
# bootp/bootpef/Makefile
# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:38 gwr Exp $
PROG= bootpef
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
lookup.c hwaddr.c report.c tzone.c
MAN8= bootpef.0
# XXXX
BINDIR?= /usr/sbin
.include <bsd.prog.mk>

View File

@ -26,7 +26,7 @@ SOFTWARE.
************************************************************************/
#ifndef lint
static char rcsid[] = "$Header: /cvsroot/src/libexec/bootpd/Attic/bootpgw.c,v 1.1 1994/05/24 15:20:18 gwr Exp $";
static char rcsid[] = "$Header: /cvsroot/src/libexec/bootpd/Attic/bootpgw.c,v 1.1.1.1 1994/05/27 21:45:13 gwr Exp $";
#endif
/*

View File

@ -0,0 +1,10 @@
# bootp/bootpgw/Makefile
# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:38 gwr Exp $
PROG= bootpgw
SRCS= bootpgw.c getif.c hwaddr.c report.c
MAN8=
.include <bsd.prog.mk>

View File

@ -0,0 +1,14 @@
# bootp/bootptest/Makefile
# $Id: Makefile,v 1.1.1.1 1994/05/27 21:46:39 gwr Exp $
PROG= bootptest
SRCS= bootptest.c print-bootp.c getif.c getether.c report.c
CFLAGS+= -DBOOTPTEST
MAN8= bootptest.0
# XXXX
BINDIR?= /usr/sbin
.include <bsd.prog.mk>

View File

@ -25,7 +25,7 @@
*/
#ifndef lint
static char rcsid[] =
"@(#) $Header: /cvsroot/src/libexec/bootpd/Attic/print-bootp.c,v 1.1 1994/05/24 15:20:45 gwr Exp $";
"@(#) $Header: /cvsroot/src/libexec/bootpd/Attic/print-bootp.c,v 1.1.1.1 1994/05/27 21:46:01 gwr Exp $";
/* 93/10/10 <gwr@mc.com> New data-driven option print routine. */
#endif