summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
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/adduser
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/adduser')
-rw-r--r--usr.sbin/adduser/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile
index 10a365bafd2..70b548dfdaf 100644
--- a/usr.sbin/adduser/Makefile
+++ b/usr.sbin/adduser/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.8 1999/10/08 01:58:02 aaron Exp $
+# $OpenBSD: Makefile,v 1.9 2016/03/30 06:38:46 jmc Exp $
SCRIPTS= adduser.perl rmuser.perl rmgroup.sh
MAN= adduser.8 rmgroup.8
-MLINKS+= adduser.8 rmuser.8
beforeinstall:
.for script in ${SCRIPTS}