diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2019-07-19 17:52:23 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2019-07-19 17:52:23 +0000 |
| commit | df7a21a703da571971498b30859b8d01170e9042 (patch) | |
| tree | b9fe4835daa60ab43873e469769a74be8a63cfdc /libexec/bootpd | |
| parent | eec0e91e0546eedb839084ce254b34fcf0f2bd49 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/Makefile.inc | 4 | ||||
| -rw-r--r-- | libexec/bootpd/tools/Makefile.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 899c9b53689d..265f86d1ed55 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,5 +1,3 @@ # $FreeBSD$ -BINDIR?= /usr/libexec - -WARNS?= 1 +.include "../Makefile.inc" diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index f4a306f1a320..5b9263c630e5 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -4,3 +4,5 @@ BINDIR= /usr/sbin WARNS?= 1 + +.include "../Makefile.inc" |
