diff options
author | wpaul <wpaul@FreeBSD.org> | 1997-05-28 16:29:12 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1997-05-28 16:29:12 +0000 |
commit | 7cc2115df4edd50461954710cdb0a9467585377d (patch) | |
tree | 18a76e2f34192b00927ec5c5f02572799b30b9e0 /lib/libc/xdr | |
parent | 7b004237fc30dac7a9f2aeea29e1bdd9706569cf (diff) | |
download | FreeBSD-src-7cc2115df4edd50461954710cdb0a9467585377d.zip FreeBSD-src-7cc2115df4edd50461954710cdb0a9467585377d.tar.gz |
Restore Id.
Pointed out by: bde
Diffstat (limited to 'lib/libc/xdr')
-rw-r--r-- | lib/libc/xdr/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/xdr/Makefile.inc b/lib/libc/xdr/Makefile.inc index 4956990..a60acf4 100644 --- a/lib/libc/xdr/Makefile.inc +++ b/lib/libc/xdr/Makefile.inc @@ -1,4 +1,5 @@ # @(#)Makefile 5.11 (Berkeley) 9/6/90 +# $Id$ .PATH: ${.CURDIR}/../libc/xdr ${.CURDIR}/. SRCS+= xdr.c xdr_array.c xdr_float.c xdr_mem.c \ |