summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-04 19:04:38 +0000
committerwollman <wollman@FreeBSD.org>1994-08-04 19:04:38 +0000
commitc769b45a20dae1e9390ec27384d8124c364ae3c9 (patch)
treea0a64ede255fe1f6b34b800f9c3f277283ef5f20 /include/Makefile
parenteffca015f9ba7909012f5782cd4b56fcfb161323 (diff)
downloadFreeBSD-src-c769b45a20dae1e9390ec27384d8124c364ae3c9.zip
FreeBSD-src-c769b45a20dae1e9390ec27384d8124c364ae3c9.tar.gz
Added glueo build rpcsvc stuff, and install floatingpoint.h.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index acaedbe..c466756 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 8.2 (Berkeley) 1/4/94
+# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
+# $Id$
#
# Doing a make install builds /usr/include
#
@@ -7,6 +8,7 @@
#
all clean cleandir depend lint tags:
+SUBDIR= rpcsvc
# XXX MISSING: mp.h
FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
err.h fnmatch.h fstab.h fts.h glob.h grp.h kvm.h limits.h link.h \
@@ -17,7 +19,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \
utmp.h vis.h
-MFILES= float.h frame.h stdarg.h varargs.h
+MFILES= float.h floatingpoint.h frame.h stdarg.h varargs.h
LFILES= errno.h fcntl.h syslog.h termios.h
DIRS= arpa protocols
OpenPOWER on IntegriCloud