summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-08-06 20:13:36 +0000
committered <ed@FreeBSD.org>2010-08-06 20:13:36 +0000
commitb5b833a850028a69bc5df5257b61e9033d6a797f (patch)
tree08f7958cfd502f6461de7df48ddb7b1364d5a619 /lib/libcompat/Makefile
parent933d2e8e14eb1f2362851f6c4d3e606ece9632ba (diff)
downloadFreeBSD-src-b5b833a850028a69bc5df5257b61e9033d6a797f.zip
FreeBSD-src-b5b833a850028a69bc5df5257b61e9033d6a797f.tar.gz
Remove unneeded functions from libcompat.
Erwin fired up a ports build a couple of weeks ago and it seems the following functions are not used by any of the 20k ports we have, which makes me believe they don't have any purpose. Just remove them.
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