Remove building with NOCRYPTO option
[minix3.git] / lib / libc / compat / sys / Makefile.inc
blobddc208b53f48601b8de752369e98e60bff790c67
1 #       $NetBSD: Makefile.inc,v 1.9 2013/03/29 02:09:58 christos Exp $
3 #__MINIX: Not everything is imported yet.
4 .PATH: ${COMPATDIR}/sys
5 SRCS+= compat_getdents.c compat_getdirentries.c \
6     compat_sched.c \
7     compat_stat.c \
8     compat_socket.c \
9     \
10     compat_getrusage.c compat_gettimeofday.c compat_utimes.c \
11     compat_wait4.c compat_settimeofday.c \
12     compat_clock.c compat_itimer.c compat_nanosleep.c \
13     compat_adjtime.c compat_mknod.c \
14     \
15     compat___shmctl13.c \
16     
17 MAN+=   getdirentries.3
19 .if ${MKLINT} != "no"
20 LSRCS+= Lint_Ovfork.c
21 .endif