1998-10-17 15:52:48 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 1/4/94
|
1999-08-27 23:45:13 +00:00
|
|
|
# $FreeBSD$
|
1994-05-24 09:57:34 +00:00
|
|
|
#
|
2003-05-05 12:54:26 +00:00
|
|
|
# Doing a "make install" builds /usr/include.
|
1994-05-24 09:57:34 +00:00
|
|
|
|
1996-09-20 13:42:26 +00:00
|
|
|
CLEANFILES= osreldate.h version vers.c
|
2002-05-12 16:01:00 +00:00
|
|
|
SUBDIR= arpa protocols rpcsvc rpc
|
2002-08-01 07:18:38 +00:00
|
|
|
INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
|
2002-11-18 07:34:56 +00:00
|
|
|
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
|
2004-07-05 23:13:16 +00:00
|
|
|
fts.h ftw.h getopt.h glob.h grp.h \
|
|
|
|
hesiod.h histedit.h ieeefp.h ifaddrs.h \
|
2002-11-18 07:34:56 +00:00
|
|
|
inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
|
|
|
|
locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
|
2003-04-17 14:14:22 +00:00
|
|
|
netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
|
|
|
|
pthread.h \
|
2002-11-18 07:34:56 +00:00
|
|
|
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
|
|
|
|
resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
|
2003-10-29 00:32:25 +00:00
|
|
|
stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
|
2002-11-18 07:34:56 +00:00
|
|
|
strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
|
2003-09-01 03:28:25 +00:00
|
|
|
ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
|
|
|
|
wctype.h wordexp.h
|
1994-05-24 09:57:34 +00:00
|
|
|
|
2003-09-01 03:28:25 +00:00
|
|
|
MHDRS= float.h floatingpoint.h stdarg.h
|
1998-03-04 10:27:00 +00:00
|
|
|
|
2002-09-30 17:14:26 +00:00
|
|
|
# posix4/mqueue.h is useless without an implementation and isn't installed:
|
2002-10-07 21:18:30 +00:00
|
|
|
PHDRS= sched.h semaphore.h _semaphore.h # mqueue.h
|
1998-03-04 10:27:00 +00:00
|
|
|
|
2001-12-17 13:59:35 +00:00
|
|
|
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
|
2000-08-17 07:51:48 +00:00
|
|
|
termios.h ucontext.h
|
1994-05-24 09:57:34 +00:00
|
|
|
|
2003-06-28 06:08:27 +00:00
|
|
|
LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
|
|
|
|
netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
|
2001-09-18 23:34:44 +00:00
|
|
|
pccard posix4 sys vm
|
1999-12-09 09:35:36 +00:00
|
|
|
|
2003-12-08 07:22:42 +00:00
|
|
|
LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
|
|
|
|
dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
|
2001-05-26 11:57:45 +00:00
|
|
|
fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
|
2004-04-30 16:23:08 +00:00
|
|
|
fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
|
Introduce GEOM_LABEL class.
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).
g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.
New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))
Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!
2004-07-02 19:40:36 +00:00
|
|
|
geom/concat geom/gate geom/label geom/nop geom/stripe \
|
2004-04-30 16:23:08 +00:00
|
|
|
isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
|
2003-06-25 13:28:06 +00:00
|
|
|
netgraph/atm security/mac_biba security/mac_bsdextended \
|
|
|
|
security/mac_lomac security/mac_mls security/mac_partition \
|
|
|
|
ufs/ffs ufs/ufs
|
1999-12-09 09:35:36 +00:00
|
|
|
|
2004-01-28 00:42:51 +00:00
|
|
|
.if !defined(NO_BLUETOOTH)
|
2003-05-05 12:54:26 +00:00
|
|
|
LSUBSUBDIRS= netgraph/bluetooth/include
|
2004-01-28 00:42:51 +00:00
|
|
|
.endif
|
2001-05-23 16:49:02 +00:00
|
|
|
|
1999-12-09 09:35:36 +00:00
|
|
|
# Define SHARED to indicate whether you want symbolic links to the system
|
|
|
|
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
|
|
|
|
# probably only useful for developers and should be avoided if you do not
|
|
|
|
# wish to tie your /usr/include and /usr/src together.
|
|
|
|
#SHARED= symlinks
|
|
|
|
SHARED?= copies
|
1994-05-24 09:57:34 +00:00
|
|
|
|
2002-05-12 16:01:00 +00:00
|
|
|
INCS+= osreldate.h
|
1997-05-12 09:50:19 +00:00
|
|
|
|
1998-05-21 19:21:46 +00:00
|
|
|
osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \
|
2001-06-17 01:20:25 +00:00
|
|
|
${.CURDIR}/../sys/sys/param.h \
|
|
|
|
${.CURDIR}/Makefile
|
1997-05-12 09:50:19 +00:00
|
|
|
@${ECHO} creating osreldate.h from newvers.sh
|
2003-07-04 19:54:06 +00:00
|
|
|
@setvar PARAMFILE ${.CURDIR}/../sys/sys/param.h; \
|
1997-05-12 09:50:19 +00:00
|
|
|
. ${.CURDIR}/../sys/conf/newvers.sh; \
|
|
|
|
echo "$$COPYRIGHT" > osreldate.h; \
|
2001-02-18 20:44:06 +00:00
|
|
|
echo "#ifdef _KERNEL" >> osreldate.h; \
|
2003-05-05 12:54:26 +00:00
|
|
|
echo '#error "<osreldate.h> cannot be used in the kernel, use <sys/param.h>"' >> osreldate.h; \
|
2001-02-18 20:44:06 +00:00
|
|
|
echo "#else" >> osreldate.h; \
|
1997-05-12 09:50:19 +00:00
|
|
|
echo \#'undef __FreeBSD_version' >> osreldate.h; \
|
2001-02-18 20:44:06 +00:00
|
|
|
echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h; \
|
|
|
|
echo "#endif" >> osreldate.h
|
1997-05-12 09:50:19 +00:00
|
|
|
|
2001-12-17 13:59:35 +00:00
|
|
|
.for i in ${LHDRS}
|
2002-05-12 16:01:00 +00:00
|
|
|
INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
|
1996-08-29 19:57:48 +00:00
|
|
|
.endfor
|
2001-12-17 13:59:35 +00:00
|
|
|
.for i in ${MHDRS}
|
2002-05-12 16:01:00 +00:00
|
|
|
INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
|
1996-08-29 19:57:48 +00:00
|
|
|
.endfor
|
2001-12-17 13:59:35 +00:00
|
|
|
.for i in ${PHDRS}
|
2002-05-12 16:01:00 +00:00
|
|
|
INCSLINKS+= posix4/$i ${INCLUDEDIR}/$i
|
1998-03-04 10:27:00 +00:00
|
|
|
.endfor
|
1999-12-09 09:35:36 +00:00
|
|
|
|
2003-05-05 12:54:26 +00:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
installincludes: ${SHARED}
|
|
|
|
${SHARED}: compat
|
|
|
|
|
|
|
|
# Take care of stale directory-level symlinks.
|
|
|
|
compat:
|
|
|
|
.for i in ${LDIRS} ${LSUBDIRS} machine crypto
|
|
|
|
if [ -L ${DESTDIR}${INCLUDEDIR}/$i ]; then \
|
|
|
|
rm -f ${DESTDIR}${INCLUDEDIR}/$i; \
|
1999-12-09 09:35:36 +00:00
|
|
|
fi
|
|
|
|
.endfor
|
2003-05-05 12:54:26 +00:00
|
|
|
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
|
|
|
|
-f ${.CURDIR}/../etc/mtree/BSD.include.dist \
|
|
|
|
-p ${DESTDIR}${INCLUDEDIR}
|
|
|
|
|
|
|
|
copies:
|
|
|
|
.for i in ${LDIRS} ${LSUBDIRS} crypto machine machine/pc
|
|
|
|
.if exists(${DESTDIR}${INCLUDEDIR}/$i)
|
|
|
|
cd ${DESTDIR}${INCLUDEDIR}/$i; \
|
|
|
|
for h in *.h; do \
|
|
|
|
if [ -L $$h ]; then rm -f $$h; fi; \
|
|
|
|
done
|
|
|
|
.endif
|
|
|
|
.endfor
|
2003-12-08 07:22:42 +00:00
|
|
|
.for i in ${LDIRS} ${LSUBDIRS:Ndev/bktr} ${LSUBSUBDIRS}
|
1999-12-09 09:35:36 +00:00
|
|
|
cd ${.CURDIR}/../sys; \
|
2003-05-05 12:54:26 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/$i
|
1999-12-09 09:35:36 +00:00
|
|
|
.endfor
|
2003-12-08 07:22:42 +00:00
|
|
|
cd ${.CURDIR}/../sys/dev/bktr; \
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/dev/bktr
|
2004-06-13 17:29:10 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/altq/altq; \
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/altq
|
2003-06-23 14:43:43 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/netinet
|
2004-02-28 21:50:50 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/pf/net; \
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/net
|
2003-06-23 14:43:43 +00:00
|
|
|
cd ${.CURDIR}/../sys/opencrypto; \
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
2003-05-05 12:54:26 +00:00
|
|
|
${DESTDIR}${INCLUDEDIR}/crypto
|
2001-06-07 05:04:53 +00:00
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
|
2003-05-05 12:54:26 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/machine
|
2002-03-26 16:05:14 +00:00
|
|
|
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc)
|
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc; \
|
2003-05-05 12:54:26 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/machine/pc
|
2001-06-07 05:04:53 +00:00
|
|
|
.endif
|
1994-05-24 09:57:34 +00:00
|
|
|
|
1999-12-09 09:35:36 +00:00
|
|
|
symlinks:
|
|
|
|
@${ECHO} "Setting up symlinks to kernel source tree..."
|
2000-01-26 17:12:09 +00:00
|
|
|
.for i in ${LDIRS}
|
2003-05-05 12:54:26 +00:00
|
|
|
cd ${.CURDIR}/../sys/$i; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
|
|
|
|
done
|
2000-01-26 17:12:09 +00:00
|
|
|
.endfor
|
2003-05-05 12:54:26 +00:00
|
|
|
.for i in ${LSUBDIRS}
|
|
|
|
cd ${.CURDIR}/../sys/$i; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
|
|
|
|
done
|
1999-12-09 09:35:36 +00:00
|
|
|
.endfor
|
2003-05-05 12:54:26 +00:00
|
|
|
.for i in ${LSUBSUBDIRS}
|
|
|
|
cd ${.CURDIR}/../sys/$i; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
|
|
|
|
done
|
|
|
|
.endfor
|
2004-06-13 17:29:10 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/altq/altq; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/contrib/altq/altq/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/altq; \
|
|
|
|
done
|
2003-06-23 14:43:43 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/contrib/ipfilter/netinet/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/netinet; \
|
|
|
|
done
|
2004-02-28 21:50:50 +00:00
|
|
|
cd ${.CURDIR}/../sys/contrib/pf/net; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/contrib/pf/net/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/net; \
|
|
|
|
done
|
2003-05-05 12:54:26 +00:00
|
|
|
cd ${.CURDIR}/../sys/opencrypto; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/opencrypto/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/crypto; \
|
|
|
|
done
|
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../sys/${MACHINE_ARCH}/include/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/machine; \
|
|
|
|
done
|
|
|
|
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc)
|
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc; \
|
|
|
|
for h in *.h; do \
|
|
|
|
ln -fs ../../../../sys/${MACHINE_ARCH}/include/pc/$$h \
|
|
|
|
${DESTDIR}${INCLUDEDIR}/machine/pc; \
|
|
|
|
done
|
|
|
|
.endif
|