diff options
author | markm <markm@FreeBSD.org> | 1997-10-03 18:10:35 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-10-03 18:10:35 +0000 |
commit | 2af063b33b49ca467021c43acd6ea52c0bc2023c (patch) | |
tree | 8613b315629749e46df7d43551d21a9a30d89efa /include | |
parent | 1568227e023f88b56b9d7927c7413278a1a0314f (diff) | |
download | FreeBSD-src-2af063b33b49ca467021c43acd6ea52c0bc2023c.zip FreeBSD-src-2af063b33b49ca467021c43acd6ea52c0bc2023c.tar.gz |
Reinsert telnet.h into the list of files installed into include/arpa/
I suspect a commit of mine had this (bogusly).
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 5503432..86ab368 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.65 1997/09/16 10:52:45 bde Exp $ +# $Id: Makefile,v 1.66 1997/09/28 09:12:04 markm 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 -ARPAFILES= ftp.h inet.h nameser.h tftp.h +ARPAFILES= ftp.h inet.h nameser.h telnet.h tftp.h PROTOFILES= dumprestore.h routed.h rwhod.h talkd.h timed.h |