diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /libexec/bootpd | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/Announce | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Changes | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Makefile.UNIX | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Makefile.depend | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Makefile.inc | 1 | ||||
| -rw-r--r-- | libexec/bootpd/Problems | 1 | ||||
| -rw-r--r-- | libexec/bootpd/README | 1 | ||||
| -rw-r--r-- | libexec/bootpd/bootpgw/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/bootpgw/Makefile.depend | 1 | ||||
| -rw-r--r-- | libexec/bootpd/bootptab.mcs | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/Makefile.inc | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile.depend | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile.depend | 1 |
17 files changed, 0 insertions, 17 deletions
diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 60838d5e978e..a76e18acd2a9 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,3 @@ -# $FreeBSD$ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/Changes b/libexec/bootpd/Changes index d797ea1fa9e5..f62d89d32a48 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,3 @@ -# $FreeBSD$ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 6f02477d4667..7d07cac1cc6c 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,4 @@ # bootpd/Makefile -# $FreeBSD$ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 5b2c186bcb4b..701eb2bcc106 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.depend b/libexec/bootpd/Makefile.depend index b9209eb15132..344a5d0e9310 100644 --- a/libexec/bootpd/Makefile.depend +++ b/libexec/bootpd/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index f2fd1d4fa08d..88e1d3cf4e23 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,4 +1,3 @@ -# $FreeBSD$ WARNS?= 1 diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index c7f9951946b3..78d809e6b215 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,3 @@ -# $FreeBSD$ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index a88cca5b6450..0901b2578598 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,3 @@ -# $FreeBSD$ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index b7adadf3d514..c9b3feb04da6 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,4 @@ # Makefile -# $FreeBSD$ PROG= bootpgw MAN= diff --git a/libexec/bootpd/bootpgw/Makefile.depend b/libexec/bootpd/bootpgw/Makefile.depend index b9209eb15132..344a5d0e9310 100644 --- a/libexec/bootpd/bootpgw/Makefile.depend +++ b/libexec/bootpd/bootpgw/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 9bce37e07f29..1d5c78788038 100644 --- a/libexec/bootpd/bootptab.mcs +++ b/libexec/bootpd/bootptab.mcs @@ -2,7 +2,6 @@ # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993 # Blank lines and lines beginning with '#' are ignored. # -# $FreeBSD$ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bffa7696..175a2cc2fa60 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,4 @@ # Makefile -# $FreeBSD$ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 5b9263c630e5..1017c3e74630 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,5 +1,4 @@ # Makefile.inc -# $FreeBSD$ BINDIR= /usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 9436561d4a66..bf51013c39c7 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,4 @@ # Makefile -# $FreeBSD$ PROG= bootpef MAN= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/Makefile.depend b/libexec/bootpd/tools/bootpef/Makefile.depend index b9209eb15132..344a5d0e9310 100644 --- a/libexec/bootpd/tools/bootpef/Makefile.depend +++ b/libexec/bootpd/tools/bootpef/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index fae5127eebb3..3a6fbd584606 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,4 @@ # Makefile -# $FreeBSD$ PROG= bootptest MAN= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/Makefile.depend b/libexec/bootpd/tools/bootptest/Makefile.depend index b9209eb15132..344a5d0e9310 100644 --- a/libexec/bootpd/tools/bootptest/Makefile.depend +++ b/libexec/bootpd/tools/bootptest/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |
