summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-02-17 08:02:11 +0000
committerRoland McGrath <roland@gnu.org>1992-02-17 08:02:11 +0000
commitb84cdea4a6d1e602b793a68fb6587cad7487a039 (patch)
treecafaaadb337e49268a42e5d09ac7819d51b1acb5 /misc/Makefile
parent3be9b1b3b8c65d5e0265c37e96c728bd5ad31764 (diff)
Formerly ../misc/Makefile.~38~
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 98e2e622cf..4a15c5f140 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -23,22 +23,22 @@
subdir := misc
headers := sys/uio.h sys/ioctl.h sys/ptrace.h ioctls.h sys/file.h \
- a.out.h nlist.h sgtty.h gnu/file.h sys/dir.h
+ a.out.h nlist.h sgtty.h sys/dir.h
routines := brk sbrk sstk ioctl \
__brk __sbrk __ioctl \
readv writev \
setreuid setregid \
__setreuid __setregid \
- getpagesize \
- __getpagesize \
- getdtablesize \
- __getdtablesize \
- __gethostname gethostname sethostname \
+ getpgsz \
+ __getpgsz \
+ getdtsz \
+ __getdtsz \
+ __gethstnm gethstnm sethostnam \
__select select \
acct chroot fsync sync \
- getdirentries \
- __getdirentries \
+ getdents \
+ __getdents \
gethostid sethostid \
mknod __mknod \
swapon vhangup mktemp \
@@ -52,5 +52,10 @@ routines := brk sbrk sstk ioctl \
chflags fchflags \
insremque
aux := data_start progname
+distribute := bsd-compat.c
+install-lib := libbsd-compat.a
include ../Rules
+
+$(objpfx)libbsd-compat.a: $(objpfx)bsd-compat.o
+ ln $< $@