diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-09 21:48:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-09 21:48:22 +0000 |
commit | 4a2e964d622526d68a1fedb7817ad825b715ff88 (patch) | |
tree | b28e47f47c90ad3cf4794faab06ebed06af5fbec /sys/compat/hpux/hppa/files.hpux | |
parent | 981c6d75af257904e75a55dc271732b1e97d69b1 (diff) |
feh. hppa part. some unfinished and untested
Diffstat (limited to 'sys/compat/hpux/hppa/files.hpux')
-rw-r--r-- | sys/compat/hpux/hppa/files.hpux | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/compat/hpux/hppa/files.hpux b/sys/compat/hpux/hppa/files.hpux new file mode 100644 index 00000000000..6c41173d87d --- /dev/null +++ b/sys/compat/hpux/hppa/files.hpux @@ -0,0 +1,16 @@ +# $OpenBSD: files.hpux,v 1.1 2004/07/09 21:48:21 mickey Exp $ +# +# Config file description for machine-independent HPUX compat code. +# Included by ports that need it. + +# ports should define any machine-specific files they need in their +# own file lists. + +file compat/hpux/hpux_compat.c compat_hpux +file compat/hpux/hpux_file.c compat_hpux +file compat/hpux/hpux_tty.c compat_hpux +file compat/hpux/hppa/hpux_exec.c compat_hpux +#file compat/hpux/hppa/hpux_net.c compat_hpux +file compat/hpux/hppa/hpux_sig.c compat_hpux +file compat/hpux/hppa/hpux_syscalls.c compat_hpux & syscall_debug +file compat/hpux/hppa/hpux_sysent.c compat_hpux |