diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2017-03-31 00:04:32 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2017-03-31 00:04:32 +0000 |
| commit | 9f67bd210a9b9a465fd3905b9b520872c69d62a5 (patch) | |
| tree | 0feead20847812b087f2b5e64710e48771e77d8e /lib/libstand | |
| parent | 24d089f6cfac2db76a07255324ca97ac1c3b45a1 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index d14189ed48d0..853db97aa4b7 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -155,5 +155,9 @@ SRCS+= pkgfs.c SRCS+= nandfs.c .endif +# explicit_bzero +.PATH: ${SRCTOP}/sys/libkern +SRCS+= explicit_bzero.c + .include <bsd.stand.mk> .include <bsd.lib.mk> |
