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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.5 2001/08/26 03:23:44 deraadt Exp $
                      2: #      $NetBSD: Makefile,v 1.1 1995/02/13 21:39:00 cgd Exp $
                      3:
                      4: DEP=   syscalls.conf syscalls.master ../../kern/makesyscalls.sh
                      5: OBJS=  osf1_sysent.c osf1_syscalls.c osf1_syscall.h osf1_syscallargs.h
                      6:
                      7: ${OBJS}: ${DEP}
                      8:        sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master
                      9:
                     10: clean:
                     11:        rm -f ${OBJS}

CVSweb