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

Annotation of sys/compat/svr4/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/10/14 20:24:14 christos Exp $
                      3:
                      4: DEP=   syscalls.conf syscalls.master ../../kern/makesyscalls.sh
                      5: OBJS=  svr4_sysent.c svr4_syscalls.c svr4_syscall.h svr4_syscallargs.h
                      6:
                      7: ${OBJS}: ${DEP}
                      8:        sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master

CVSweb