diff options
| author | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1997-05-03 03:50:06 +0000 |
| commit | 870039320ffbf6d3defd48faa288bb650ca2a1cb (patch) | |
| tree | edfa5ba030406429c7a12970ea64bcf2ea32a909 /lib/libc/yp | |
| parent | 85351f7d5aac0bff601c4dc0a6aa7f035685a306 (diff) | |
Notes
Diffstat (limited to 'lib/libc/yp')
| -rw-r--r-- | lib/libc/yp/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/Makefile.inc b/lib/libc/yp/Makefile.inc index bec6b4e64f36..9cfb6333764a 100644 --- a/lib/libc/yp/Makefile.inc +++ b/lib/libc/yp/Makefile.inc @@ -1,8 +1,8 @@ # from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91 -# $Id$ +# $Id: Makefile.inc,v 1.4 1997/02/22 15:04:58 peter Exp $ # yp sources -.PATH: ${.CURDIR}/yp +.PATH: ${.CURDIR}/../libc/yp SRCS+= xdryp.c yp_xdr.c yplib.c CLEANFILES+= yp_xdr.c yp.h |
