mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $Id$
|
|
|
|
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
|
KMOD= socksys_mod
|
|
SRCS= socksys.c ibcs2_socksys.c
|
|
NOMAN=
|
|
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|