diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-04 22:58:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-04 22:58:25 +0000 |
commit | c5452747713bd11f1771001d444a756b5ed39a73 (patch) | |
tree | 27518f0853b8858f902982c7219a8a25e1a87c9b /include/Makefile | |
parent | 1ab2cc9c93c28ccaaf733011dce6a18022038e4b (diff) |
express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/include/Makefile b/include/Makefile index 617e7efdd93..f3b53e5372d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.178 2013/11/03 11:48:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.179 2013/12/04 22:58:24 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -15,13 +15,11 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h \ ftw.h getopt.h glob.h grp.h ifaddrs.h inttypes.h iso646.h kvm.h \ langinfo.h libgen.h limits.h locale.h login_cap.h malloc.h math.h md4.h \ md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ - ohash.h paths.h poll.h pwd.h ranlib.h re_comp.h \ - readpassphrase.h regex.h resolv.h rmd160.h search.h setjmp.h \ - sgtty.h sha1.h sha2.h signal.h sndio.h spawn.h \ - stdbool.h stddef.h stdio.h stdlib.h \ - string.h strings.h struct.h sysexits.h tar.h tgmath.h \ - time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h \ - wchar.h wctype.h + ohash.h paths.h poll.h pwd.h ranlib.h readpassphrase.h regex.h \ + resolv.h rmd160.h search.h setjmp.h sha1.h sha2.h signal.h sndio.h \ + spawn.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \ + sysexits.h tar.h tgmath.h time.h ttyent.h tzfile.h unistd.h utime.h \ + utmp.h vis.h wchar.h wctype.h FILES+= link.h link_elf.h @@ -40,15 +38,14 @@ LDIRS= altq crypto ddb dev isofs miscfs msdosfs net netinet netinet6 \ PRDIRS= # Directories with an includes target -RDIRS= ../lib/librthread ../lib/libcompat ../lib/libcurses \ - ../lib/libform ../lib/libssl ../lib/libmenu \ - ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ - ../lib/libskey ../lib/libedit ../lib/libexpat ../lib/libfuse \ - ../lib/libpcap ../lib/libsqlite3 ../lib/libutil ../lib/libusbhid \ - ../lib/libwrap \ - ../lib/libz ../lib/libkeynote ../lib/libevent ../usr.bin/lex \ - ../gnu/lib/libreadline ../gnu/usr.sbin/sendmail/libmilter \ - ../sys/arch/${MACHINE} ../usr.sbin/httpd +RDIRS= ../lib/librthread ../lib/libcurses ../lib/libform ../lib/libssl \ + ../lib/libmenu ../lib/libocurses ../lib/libossaudio ../lib/libpanel \ + ../lib/librpcsvc ../lib/libskey ../lib/libedit ../lib/libexpat \ + ../lib/libfuse ../lib/libpcap ../lib/libsqlite3 ../lib/libutil \ + ../lib/libusbhid ../lib/libwrap ../lib/libz ../lib/libkeynote \ + ../lib/libevent ../usr.bin/lex ../gnu/lib/libreadline \ + ../gnu/usr.sbin/sendmail/libmilter ../usr.sbin/httpd \ + ../sys/arch/${MACHINE} .if ${COMPILER_VERSION:L} == "gcc3" RDIRS+= ../gnu/usr.bin/gcc ../gnu/lib/libobjc |