diff options
Diffstat (limited to 'sys/compat/ibcs2/Makefile')
-rw-r--r-- | sys/compat/ibcs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/ibcs2/Makefile b/sys/compat/ibcs2/Makefile index f5270de19be..362413423f2 100644 --- a/sys/compat/ibcs2/Makefile +++ b/sys/compat/ibcs2/Makefile @@ -1,4 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 1996/08/02 20:35:01 niklas Exp $ +# $OpenBSD: Makefile,v 1.2 1997/01/23 16:22:56 niklas Exp $ +# $NetBSD: Makefile,v 1.1 1996/09/03 03:18:12 mycroft Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= ibcs2_sysent.c ibcs2_syscalls.c ibcs2_syscall.h ibcs2_syscallargs.h |