diff options
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/Makefile b/sys/arch/hp300/Makefile index 1679031c7cf..304a728271e 100644 --- a/sys/arch/hp300/Makefile +++ b/sys/arch/hp300/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/01/17 08:40:58 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/07/14 08:20:13 downsj Exp $ # $NetBSD: Makefile,v 1.5 1995/08/04 07:40:31 thorpej Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -7,7 +7,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= stand stand/libkern stand/libsa +SUBDIR= stand THP300= ../hp300/tags SHP300= ../hp300/hp300/*.[ch] ../hp300/include/*.h \ |