diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-09 09:20:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-09 09:20:37 +0000 |
commit | 39ee86d7b1f8b143fe5fcb99f4ec32ee247852f4 (patch) | |
tree | c79dcf14eb2a556978b05fe9281c326e58b421d9 | |
parent | fa9c5dea9ed8d0f8455b6a457232af2b36d94469 (diff) |
from netbsd; compile hpux_machdep.c if COMPAT_HPUX
-rw-r--r-- | sys/arch/hp300/conf/files.hp300.oldconf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/files.hp300.oldconf b/sys/arch/hp300/conf/files.hp300.oldconf index 0542c7fa33e..cb1837f91c8 100644 --- a/sys/arch/hp300/conf/files.hp300.oldconf +++ b/sys/arch/hp300/conf/files.hp300.oldconf @@ -1,4 +1,4 @@ -# $NetBSD: files.hp300.oldconf,v 1.21 1995/11/28 08:10:09 thorpej Exp $ +# $NetBSD: files.hp300.oldconf,v 1.22 1996/01/08 03:27:36 thorpej Exp $ # arch/hp300/hp300/autoconf.c standard arch/hp300/hp300/clock.c standard @@ -72,3 +72,4 @@ compat/hpux/hpux_sig.c optional compat_hpux compat/hpux/hpux_syscalls.c optional compat_hpux compat/hpux/hpux_sysent.c optional compat_hpux compat/hpux/hpux_tty.c optional compat_hpux +arch/hp300/hp300/hpux_machdep.c optional compat_hpux |