mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Fixed missing backslash in previous commit.
This commit is contained in:
parent
3cd675111b
commit
614acf2fad
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
|
|||
.endif
|
||||
|
||||
.if ${LIB} == "c"
|
||||
MAN+= alarm.3 arc4random.3
|
||||
MAN+= alarm.3 arc4random.3 \
|
||||
basename.3 clock.3 \
|
||||
confstr.3 ctermid.3 daemon.3 \
|
||||
devname.3 directory.3 dirname.3 dladdr.3 dllockinit.3 dlopen.3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue