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/db/mpool | |
| parent | 85351f7d5aac0bff601c4dc0a6aa7f035685a306 (diff) | |
Notes
Diffstat (limited to 'lib/libc/db/mpool')
| -rw-r--r-- | lib/libc/db/mpool/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc index 93210c89e2e5..c8f2949a5523 100644 --- a/lib/libc/db/mpool/Makefile.inc +++ b/lib/libc/db/mpool/Makefile.inc @@ -1,5 +1,6 @@ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $Id$ -.PATH: ${.CURDIR}/db/mpool +.PATH: ${.CURDIR}/../libc/db/mpool SRCS+= mpool.c |
