diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-06 20:59:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-06 20:59:49 +0000 |
commit | cb812b0767f1a2cf9ab102c23eb5c13fa3db7c6b (patch) | |
tree | e0036b8c559dd1c5ba83db9ea08c81d9d9d0d4f4 /lib/libc | |
parent | 0c3cb97aa0510604d66f337740ea9ade90232a1e (diff) |
ln basename.3 dirname.3
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index e1783fa9989..c62eb3f7cf1 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 1997/08/20 04:02:15 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.14 1997/09/06 20:59:48 millert Exp $ # gen sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/gen ${.CURDIR}/gen @@ -99,3 +99,4 @@ MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \ syslog.3 vsyslog.3 MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3 MLINKS+=vis.3 strvis.3 vis.3 strvisx.3 unvis.3 strunvis.3 +MLINKS+=basename.3 dirname.3 |