diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-11-13 03:55:42 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-11-13 03:55:42 +0000 |
commit | 6fb5cc02b8b473cadbefd52482f67a85e6808a11 (patch) | |
tree | 64fe372f4e39b6bccabc410eae59a94eec11328b /lib/libarch/Makefile | |
parent | 8242cdecd0c33f31c8d3f9528342d174b63fd9f3 (diff) |
Ignore empty alpha dir.
Diffstat (limited to 'lib/libarch/Makefile')
-rw-r--r-- | lib/libarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 86ebcf7024a..651b63c32d1 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/19 23:14:51 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1996/11/13 03:55:41 etheisen Exp $ # $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $ -.if exists(${MACHINE}) +.if exists(${MACHINE}/Makefile) SUBDIR+= ${MACHINE} .endif |