diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-09-19 14:45:04 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-09-19 14:45:04 +0000 |
| commit | 1e8687d261192910099cf9002c5db651e79b29d7 (patch) | |
| tree | 9635c95826aadb4a0cc6476a5776ba40f530e558 /usr.sbin/ntp | |
| parent | 05a42b76216b79c108af2957bb7c55897673f03b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ntp')
| -rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 42c89350e257..1a392532f16b 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -83,7 +83,7 @@ CFLAGS+= -I${SRCTOP}/contrib/ntp/include \ -I${.CURDIR:H} \ -I${.CURDIR}/ -CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H +CFLAGS+= -DHAVE_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM CLEANFILES+= .version version.c |
