diff options
author | markm <markm@FreeBSD.org> | 1997-09-28 09:12:04 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-09-28 09:12:04 +0000 |
commit | a13ca6e9d24dc63cc35ff3891a1295c76167977e (patch) | |
tree | 7fc9fce1e605046b09b6ac1e20d90197365483cf | |
parent | 35fb25639cc2a617a968ed68cbcc5411499c8f8a (diff) | |
download | FreeBSD-src-a13ca6e9d24dc63cc35ff3891a1295c76167977e.zip FreeBSD-src-a13ca6e9d24dc63cc35ff3891a1295c76167977e.tar.gz |
Changes for KTH KerberosIV.
telent.h is installed from libtelnet, not the include dir.
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 754d7dc..5503432 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.64 1997/09/14 03:32:44 peter Exp $ +# $Id: Makefile,v 1.65 1997/09/16 10:52:45 bde 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 telnet.h tftp.h +ARPAFILES= ftp.h inet.h nameser.h tftp.h PROTOFILES= dumprestore.h routed.h rwhod.h talkd.h timed.h |