summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-09-06 20:59:48 +0000
committermillert <millert@openbsd.org>1997-09-06 20:59:48 +0000
commitaaa59df21151237941ae51ca9d6483caa9a55a1f (patch)
tree35f3d1c31afba18f4734f919e17414eaabee938f
parentfix #endif; David.Sainty@MCS.VUW.AC.NZ (diff)
downloadwireguard-openbsd-aaa59df21151237941ae51ca9d6483caa9a55a1f.tar.xz
wireguard-openbsd-aaa59df21151237941ae51ca9d6483caa9a55a1f.zip
ln basename.3 dirname.3
-rw-r--r--lib/libc/gen/Makefile.inc3
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