cbc89bfbfe
tunable. Reviewed by: peter MFC after: 2 weeks
10 lines
142 B
Makefile
10 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
|
|
KMOD= sysvshm
|
|
OPTS= opt_sysvipc.h opt_compat.h
|
|
SRCS= sysv_shm.c $(OPTS)
|
|
|
|
.include <bsd.kmod.mk>
|