12 lines
416 B
Makefile
12 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/10/01 00:28:34 erh Exp $
|
|
|
|
KDIR= /sys/compat/linux/common
|
|
INCSDIR= /usr/include/compat/linux/common
|
|
|
|
INCS= linux_cdrom.h linux_dirent.h linux_errno.h linux_exec.h linux_fcntl.h \
|
|
linux_ioctl.h linux_ipc.h linux_misc.h linux_mmap.h linux_msg.h \
|
|
linux_sem.h linux_shm.h linux_signal.h linux_socket.h linux_sockio.h \
|
|
linux_termios.h linux_types.h linux_util.h
|
|
|
|
.include <bsd.kinc.mk>
|