summaryrefslogtreecommitdiffstats
path: root/lib/compat
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-21 18:37:33 +0000
committerobrien <obrien@FreeBSD.org>1999-05-21 18:37:33 +0000
commit49c09279ad87a4e552a2e1940b4fe6cc2a0e75b2 (patch)
tree2427875e6f14d6e112c7bfc459285d01932ba0be /lib/compat
parent56b0008909c337c7ebaa97bcc88c4520f102dc60 (diff)
downloadFreeBSD-src-49c09279ad87a4e552a2e1940b4fe6cc2a0e75b2.zip
FreeBSD-src-49c09279ad87a4e552a2e1940b4fe6cc2a0e75b2.tar.gz
Need a few more dependacies.
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/compat22/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/compat/compat22/Makefile b/lib/compat/compat22/Makefile
index 4930207..1abd61b 100644
--- a/lib/compat/compat22/Makefile
+++ b/lib/compat/compat22/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999/05/08 17:53:43 obrien Exp $
+# $Id: Makefile,v 1.2 1999/05/21 18:35:57 obrien Exp $
DISTRIBUTION= compat22
@@ -12,9 +12,9 @@ LIBS= libalias.so.2.4 libc.so.3.1 libc_r.so.3.0 libcalendar.so.2.0 \
libtelnet.so.2.0 libtermcap.so.2.1 libutil.so.2.2 libvgl.so.1.0 \
libxpg4.so.2.0 libz.so.2.0
-CLEANFILES+= ${LIBS}
+CLEANFILES+= ${LIBS} ld.so
-all: ${LIBS}
+all: ${LIBS} ld.so
.for lib in ${LIBS} ld.so
${lib}: ${lib}.gz.uu
OpenPOWER on IntegriCloud