mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 02:00:31 -04:00
sig2str(3) Reviewed by: imp, kib, des, jilles Pull Request: https://github.com/freebsd/freebsd-src/pull/1696 Closes: https://github.com/freebsd/freebsd-src/pull/1696
5 lines
163 B
Makefile
5 lines
163 B
Makefile
INCS= poll.h random.h socket.h ssp.h signal.h stdio.h stdlib.h string.h strings.h
|
|
INCS+= uio.h unistd.h wchar.h
|
|
INCSDIR= ${INCLUDEDIR}/ssp
|
|
|
|
.include <bsd.prog.mk>
|