205a48f7f3
opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
|
|
KMOD= sysvshm
|
|
OPTS= opt_sysvipc.h opt_compat.h opt_rlimit.h
|
|
SRCS= sysv_shm.c $(OPTS)
|
|
|
|
.include <bsd.kmod.mk>
|