13 lines
358 B
Makefile
13 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/09/30 18:01:53 erh Exp $
|
|
|
|
|
|
KDIR= /sys/compat/linux/alpha
|
|
INCSDIR= /usr/include/compat/linux/alpha
|
|
|
|
INCS= linux_errno.h linux_exec.h linux_fcntl.h linux_machdep.h linux_mmap.h \
|
|
linux_siginfo.h linux_signal.h linux_socket.h linux_syscall.h \
|
|
linux_syscallargs.h linux_types.h
|
|
|
|
.include <../Makefile.sc>
|
|
.include <bsd.kinc.mk>
|