Deleted Added
full compact
Makefile (16396) Makefile (17038)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.36 1996/06/04 21:30:35 phk Exp $
2# $Id: Makefile,v 1.37 1996/06/15 18:05:36 wollman Exp $
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8#
9all depend lint tags:
10

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

21.if defined(WANT_CSRG_LIBM)
22FILES+= math.h
23.endif
24
25MFILES= float.h floatingpoint.h stdarg.h varargs.h
26LFILES= errno.h fcntl.h syslog.h termios.h
27
28DIRS= arpa protocols rpc
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8#
9all depend lint tags:
10

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

21.if defined(WANT_CSRG_LIBM)
22FILES+= math.h
23.endif
24
25MFILES= float.h floatingpoint.h stdarg.h varargs.h
26LFILES= errno.h fcntl.h syslog.h termios.h
27
28DIRS= arpa protocols rpc
29LDIRS= net netinet netipx netkey nfs pccard sys vm #netccitt netiso netns
29LDIRS= net netatalk netinet netipx netkey nfs pccard sys vm #netccitt netiso netns
30LUDIR= ufs
31UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs
32
33# Define SHARED to indicate whether you want symbolic links to the system
34# source (``symlinks''), or a separate copy (``copies''); (latter useful
35# in environments where it's not possible to keep /sys publicly readable)
36# SHARED= copies
37SHARED?= symlinks

--- 87 unchanged lines hidden ---
30LUDIR= ufs
31UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs
32
33# Define SHARED to indicate whether you want symbolic links to the system
34# source (``symlinks''), or a separate copy (``copies''); (latter useful
35# in environments where it's not possible to keep /sys publicly readable)
36# SHARED= copies
37SHARED?= symlinks

--- 87 unchanged lines hidden ---