[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / compat / linux

Annotation of sys/compat/linux/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.3 2001/08/26 03:23:44 deraadt Exp $
                      2: #      $NetBSD: Makefile,v 1.1 1995/02/28 23:26:21 fvdl Exp $
                      3:
                      4: DEP=   syscalls.conf syscalls.master ../../kern/makesyscalls.sh
                      5: OBJS=  linux_sysent.c linux_syscalls.c linux_syscall.h linux_syscallargs.h
                      6:
                      7: ${OBJS}: ${DEP}
                      8:        sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master

CVSweb