diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-28 10:36:14 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-28 10:36:14 +0000 |
commit | 722ff010b29efb57e67d786ef2464eb11a4162b2 (patch) | |
tree | 955dadaf04a1583a5e78dad91e0949d7c257ec48 /sys/arch/powerpc/Makefile | |
parent | e496f4e8ffc0cfe36546027d40cb8b0735b51549 (diff) |
stand missing
Diffstat (limited to 'sys/arch/powerpc/Makefile')
-rw-r--r-- | sys/arch/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/Makefile b/sys/arch/powerpc/Makefile index e32f7db8e15..ae12d0073cb 100644 --- a/sys/arch/powerpc/Makefile +++ b/sys/arch/powerpc/Makefile @@ -1,7 +1,7 @@ NOPROG= noprog NOMAN= noman -SUBDIR= +SUBDIR= stand obj: _SUBDIRUSE |