diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:20:14 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:20:14 +0000 |
commit | c25c692c924f5c6ba7ab239d062a5412c31d230e (patch) | |
tree | a0b96501f6d08ab70133eb592bc6042dc55b7b63 /sys | |
parent | 68982ee9315c1d2dfd5ae49889ef59a9a0a2b18e (diff) |
Update to reflect reality.
Diffstat (limited to 'sys')
-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 \ |