New makefiles using subdirectories (thanks to Theo).
This commit is contained in:
parent
c7b51e6891
commit
7bd54bd9bc
7
libexec/bootpd/Makefile.inc
Normal file
7
libexec/bootpd/Makefile.inc
Normal 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
BIN
libexec/bootpd/NewMake
Normal file
Binary file not shown.
13
libexec/bootpd/bootpd/Makefile
Normal file
13
libexec/bootpd/bootpd/Makefile
Normal 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>
|
@ -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
|
||||
|
||||
|
||||
|
14
libexec/bootpd/bootpef/Makefile
Normal file
14
libexec/bootpd/bootpef/Makefile
Normal 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>
|
@ -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
|
||||
|
||||
/*
|
||||
|
10
libexec/bootpd/bootpgw/Makefile
Normal file
10
libexec/bootpd/bootpgw/Makefile
Normal 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>
|
14
libexec/bootpd/bootptest/Makefile
Normal file
14
libexec/bootpd/bootptest/Makefile
Normal 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>
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user