Makefile (1554ba03) Makefile (e6615b10)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2#
3# Doing a "make install" builds /usr/include.
4
5.include <src.opts.mk>
6
7PACKAGE=runtime
8CLEANFILES= osreldate.h version

--- 16 unchanged lines hidden (view full) ---

25 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
26 locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \
27 ndbm.h netconfig.h \
28 netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \
29 printf.h proc_service.h pthread.h \
30 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
31 res_update.h resolv.h runetype.h sched.h \
32 search.h semaphore.h setjmp.h \
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2#
3# Doing a "make install" builds /usr/include.
4
5.include <src.opts.mk>
6
7PACKAGE=runtime
8CLEANFILES= osreldate.h version

--- 16 unchanged lines hidden (view full) ---

25 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
26 locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \
27 ndbm.h netconfig.h \
28 netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \
29 printf.h proc_service.h pthread.h \
30 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
31 res_update.h resolv.h runetype.h sched.h \
32 search.h semaphore.h setjmp.h \
33 signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \
33 signal.h spawn.h stab.h stdalign.h stdbool.h stdckdint.h stddef.h \
34 stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \
35 strings.h sysexits.h tar.h termios.h tgmath.h \
36 time.h timeconv.h timers.h ttyent.h \
37 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
38 wchar.h wctype.h wordexp.h xlocale.h
39
40.PATH: ${SRCTOP}/contrib/libc-vis
41INCS+= vis.h

--- 471 unchanged lines hidden ---
34 stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \
35 strings.h sysexits.h tar.h termios.h tgmath.h \
36 time.h timeconv.h timers.h ttyent.h \
37 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
38 wchar.h wctype.h wordexp.h xlocale.h
39
40.PATH: ${SRCTOP}/contrib/libc-vis
41INCS+= vis.h

--- 471 unchanged lines hidden ---