diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2024-04-01 14:24:31 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2024-04-01 14:24:31 +0000 |
commit | cb816bf5576cb0312ae5d9f6f7b7435fdab7ede9 (patch) | |
tree | 466540188285255336a2eaf9d16b4a72147f5f26 /usr.sbin | |
parent | 96bdeb7b105270763efdaf9c7aba2c0ce77fb236 (diff) |
The previous unveil feature test assumed that having the
unistd.h header file was enough. The new feature tests also
requires that the required unveil system calls are
supported.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index bf3c46a875a..692e28ecdba 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2023/06/29 19:38:49 florian Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2024/04/01 14:24:30 florian Exp $ .include <bsd.own.mk> @@ -65,7 +65,7 @@ clean cleandir: rm -f ${CLEANFILES} tags: - # Nothing here so far... + # Nothing here so far.... .include <bsd.obj.mk> .include <bsd.subdir.mk> |