diff options
Diffstat (limited to 'sys/arch/hppa/stand/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/hppa/stand/Makefile b/sys/arch/hppa/stand/Makefile new file mode 100644 index 00000000000..e9c0b25ef05 --- /dev/null +++ b/sys/arch/hppa/stand/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:40 mickey Exp $ + +SUBDIR = libsa libkern libz mkboot boot + +.include <bsd.subdir.mk> |