diff options
author | 1996-01-09 09:20:36 +0000 | |
---|---|---|
committer | 1996-01-09 09:20:36 +0000 | |
commit | 4c8997c586fb7eb8518c3fd46da7cd022d90b97d (patch) | |
tree | 5252e3bea1b253d053d7c6e1bb0dcbdc65089987 | |
parent | from netbsd: (diff) | |
download | wireguard-openbsd-4c8997c586fb7eb8518c3fd46da7cd022d90b97d.tar.xz wireguard-openbsd-4c8997c586fb7eb8518c3fd46da7cd022d90b97d.zip |
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 |