diff options
author | 1997-07-14 08:20:13 +0000 | |
---|---|---|
committer | 1997-07-14 08:20:13 +0000 | |
commit | 5e074105a14f879766d74a28cee0f46e7e5d2f77 (patch) | |
tree | 8d16b3066642c38598b2e6e9de7e32fd2d78038a | |
parent | The grand reorganization, OpenBSD style. (diff) | |
download | wireguard-openbsd-5e074105a14f879766d74a28cee0f46e7e5d2f77.tar.xz wireguard-openbsd-5e074105a14f879766d74a28cee0f46e7e5d2f77.zip |
Update to reflect reality.
-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 \ |