summaryrefslogtreecommitdiffstats
path: root/sysutils/xsysinfo/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-09 10:01:32 +0000
committerobrien <obrien@FreeBSD.org>1998-10-09 10:01:32 +0000
commit565d944ffa1809876c5eb94df01380c402ed2e42 (patch)
tree7a282e4381c00cb4423b306e8f0e6727211f03d6 /sysutils/xsysinfo/Makefile
parent1eab512be26ecb9517fb87e926cbb021a8dd034c (diff)
downloadFreeBSD-ports-565d944ffa1809876c5eb94df01380c402ed2e42.zip
FreeBSD-ports-565d944ffa1809876c5eb94df01380c402ed2e42.tar.gz
Make this build on a.out 3.0-CURRENT systems.
Diffstat (limited to 'sysutils/xsysinfo/Makefile')
-rw-r--r--sysutils/xsysinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xsysinfo/Makefile b/sysutils/xsysinfo/Makefile
index 34558ac..f5a94db 100644
--- a/sysutils/xsysinfo/Makefile
+++ b/sysutils/xsysinfo/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 April 1996
# Whom: jdli
#
-# $Id: Makefile,v 1.7 1998/09/30 19:24:49 gj Exp $
+# $Id: Makefile,v 1.8 1998/10/06 23:56:13 gj Exp $
#
DISTNAME= xsysinfo-1.4a
@@ -17,7 +17,7 @@ MANCOMPRESSED= yes
MAN1= xsysinfo.1
pre-configure:
- if [ -e /usr/lib/libdevstat.a ]; then \
+ if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
cd ${WRKSRC} ; \
${MV} Imakefile Imakefile.in ; \
${SED} -e "s:DEFINES =:DEFINES = -DHAVE_DEVSTAT:" Imakefile.in > Imakefile.i1 ; \
OpenPOWER on IntegriCloud