diff options
author | 1996-11-13 03:55:41 +0000 | |
---|---|---|
committer | 1996-11-13 03:55:41 +0000 | |
commit | 2fbd07dba68cd615bc86122084dfb02f91b22242 (patch) | |
tree | 64474b75ffa4ccbd2c5ecd9376176b542cf31cfa /lib/libarch | |
parent | -Wall happiness (diff) | |
download | wireguard-openbsd-2fbd07dba68cd615bc86122084dfb02f91b22242.tar.xz wireguard-openbsd-2fbd07dba68cd615bc86122084dfb02f91b22242.zip |
Ignore empty alpha dir.
Diffstat (limited to 'lib/libarch')
-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 |