summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-09-12 21:16:33 +0000
committerRoland McGrath <roland@gnu.org>1992-09-12 21:16:33 +0000
commitfb6cc8170c5500ef5c3c0ce934e0d37330bf0701 (patch)
treee8c0d8231ae85670a7fd652e02c9a7dd1cd967f5 /misc/Makefile
parent1fdbff8e58e6e5748473455c570bee2164dd7b3d (diff)
Formerly ../misc/Makefile.~50~
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 98cbf5148e..bc1113af28 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -24,7 +24,7 @@ subdir := misc
headers := sys/uio.h sys/ioctl.h sys/ptrace.h ioctls.h sys/file.h \
a.out.h nlist.h stab.h stab.def sgtty.h sys/dir.h sys/cdefs.h \
- ttyent.h syscall.h
+ ttyent.h syscall.h syslog.h
routines := brk sbrk sstk ioctl \
__brk __sbrk __ioctl \
@@ -50,7 +50,8 @@ routines := brk sbrk sstk ioctl \
__utimes \
truncate ftruncate \
chflags fchflags \
- insremque getttyent getusersh getpass
+ insremque getttyent getusersh getpass ttyslot \
+ syslog
aux := data_start progname
distribute := bsd-compat.c
install-lib := libbsd-compat.a
@@ -58,4 +59,5 @@ install-lib := libbsd-compat.a
include ../Rules
$(objpfx)libbsd-compat.a: $(objpfx)bsd-compat.o
+ rm -f $@
ln $< $@