summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libcompat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index f57107e..b07c67e 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
+# $FreeBSD$
LIB=compat
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
@@ -11,10 +12,10 @@ NOPIC=
${.CURDIR}/regexp
# compat 4.1 sources
-# XXX MISSING: tell.c vlimit.c vtimes.c
+# XXX MISSING: tell.c
SRCS+= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c
-MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 4.1/vlimit.3 4.1/vtimes.3
+MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3
MAN3+= 4.1/cftime.3
MLINKS+=stty.3 gtty.3
OpenPOWER on IntegriCloud