summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-10-03 04:15:54 +0000
committerbde <bde@FreeBSD.org>1994-10-03 04:15:54 +0000
commit6e00d66f1408cc61440656b73b95d3ff7c2609f6 (patch)
treed7bfac4805f969009c8f72b5fc23e598400bdf64 /include
parent24348cb218155ff52b933e9d8ca0296035de7978 (diff)
downloadFreeBSD-src-6e00d66f1408cc61440656b73b95d3ff7c2609f6.zip
FreeBSD-src-6e00d66f1408cc61440656b73b95d3ff7c2609f6.tar.gz
Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandard
and unused.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 176a383..9a7fc86 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.13 1994/09/15 20:07:18 bde Exp $
+# $Id: Makefile,v 1.15 1994/09/29 21:29:22 pst Exp $
#
# Doing a make install builds /usr/include
#
@@ -22,7 +22,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
FILES+= math.h
.endif
-MFILES= float.h floatingpoint.h frame.h stdarg.h varargs.h
+MFILES= float.h floatingpoint.h stdarg.h varargs.h
LFILES= errno.h fcntl.h syslog.h termios.h
DIRS= arpa protocols rpc
OpenPOWER on IntegriCloud