Cross Reference: Makefile
xref: /src/include/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/include/
Makefile revision 1.106
1#	$NetBSD: Makefile,v 1.106 2003/01/18 10:32:11 thorpej Exp $
2#	@(#)Makefile	8.2 (Berkeley) 1/4/94
3
4# Doing a make includes builds /usr/include
5
6NOOBJ=		# defined
7
8# Missing: mp.h
9
10INCS=	a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
11	disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \
12	getopt.h glob.h grp.h ifaddrs.h \
13	inttypes.h iso646.h kvm.h langinfo.h libgen.h \
14	limits.h link.h link_aout.h link_elf.h locale.h \
15	login_cap.h lwp.h malloc.h math.h md2.h md4.h md5.h \
16	memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \
17	nl_types.h \
18	nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \
19	resolv.h rmd160.h rmt.h sa.h sched.h search.h setjmp.h sgtty.h sha1.h \
20	signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
21	stringlist.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \
22	ucontext.h ulimit.h unistd.h util.h utime.h utmp.h utmpx.h vis.h wchar.h wctype.h
23INCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
24INCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
25	protocols/talkd.h protocols/timed.h
26
27INCS+=	hesiod.h
28
29INCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
30
31.if (${MACHINE_ARCH} != "vax")
32INCS+=	ieeefp.h
33.endif
34
35INCSDIR=	/usr/include
36
37SUBDIR=		rpc
38
39.include <bsd.prog.mk>
40.include <bsd.subdir.mk>
41

Indexes created Tue Dec 02 16:09:32 GMT 2025