summaryrefslogtreecommitdiffstats
path: root/usr.sbin/user
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-30 06:38:40 +0000
committerjmc <jmc@openbsd.org>2016-03-30 06:38:40 +0000
commitfaa33665ab2c5a685369c10172c1a3d7555eb253 (patch)
treedb73fb627d975e66d5b679bd8305f43a980a9efc /usr.sbin/user
parentsync (diff)
downloadwireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.tar.xz
wireguard-openbsd-faa33665ab2c5a685369c10172c1a3d7555eb253.zip
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
Diffstat (limited to 'usr.sbin/user')
-rw-r--r--usr.sbin/user/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/user/Makefile b/usr.sbin/user/Makefile
index f2f0c07b25a..ba4eb6b0d87 100644
--- a/usr.sbin/user/Makefile
+++ b/usr.sbin/user/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2011/12/31 14:05:51 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.6 2016/03/30 06:38:47 jmc Exp $
PROG= user
SRCS= user.c main.c
@@ -19,6 +19,4 @@ LINKS+= ${BINDIR}/user ${BINDIR}/groupinfo
MAN= usermgmt.conf.5 user.8 useradd.8 userdel.8 usermod.8 userinfo.8 \
group.8 groupadd.8 groupdel.8 groupmod.8 groupinfo.8
-#MLINKS= useradd.8 adduser.8
-
.include <bsd.prog.mk>