summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-02-09 18:59:02 +0000
committermurray <murray@FreeBSD.org>2001-02-09 18:59:02 +0000
commit7b278f1a90ef8a4f10cbfaa9695a2bd1923af3a8 (patch)
treed00aec6f0953f7e1e21eb1877b419947defc5215 /lib/compat/Makefile
parent8060d7461b3cadecaf6d2174c8445671a611ac06 (diff)
downloadFreeBSD-src-7b278f1a90ef8a4f10cbfaa9695a2bd1923af3a8.zip
FreeBSD-src-7b278f1a90ef8a4f10cbfaa9695a2bd1923af3a8.tar.gz
Add compat4x.i386 directory.
Approved by: jkh
Diffstat (limited to 'lib/compat/Makefile')
-rw-r--r--lib/compat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
index 7d8bdfc..2761942 100644
--- a/lib/compat/Makefile
+++ b/lib/compat/Makefile
@@ -18,5 +18,8 @@ SUBDIR+= compat22
.if defined(COMPAT3X) || defined(RELEASEDIR)
SUBDIR+= compat3x
.endif
+.if defined(COMPAT4X) || defined(RELEASEDIR)
+SUBDIR+= compat4x
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud