summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 35ced5f..fca86c7 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -10,17 +10,14 @@ WARNS?= 0
.PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
# compat 4.1 sources
-SRCS+= ascftime.c cftime.c ftime.c getpw.c
+SRCS+= ftime.c
-MAN+= 4.1/ftime.3 4.1/getpw.3
-MAN+= 4.1/cftime.3
-
-MLINKS+=cftime.3 ascftime.3
+MAN+= 4.1/ftime.3
# compat 4.3 sources
-SRCS+= cfree.c re_comp.c rexec.c
+SRCS+= re_comp.c rexec.c
-MAN+= 4.3/cfree.3 4.3/re_comp.3 4.3/rexec.3
+MAN+= 4.3/re_comp.3 4.3/rexec.3
MLINKS+=re_comp.3 re_exec.3
OpenPOWER on IntegriCloud