summaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
commit22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch)
treefc5a38e208ec108f56afffc16f05c640e740cc20 /usr.bin/at
parentc18d4a3d864d24448fec6853ae70834f8dae3a40 (diff)
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.bin/at')
-rw-r--r--usr.bin/at/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index b2167d8bf30..558bfbdaf43 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2015/11/12 21:12:05 millert Exp $
+# $OpenBSD: Makefile,v 1.12 2016/03/30 06:38:45 jmc Exp $
PROG= at
SRCS= at.c client.c parsetime.c
@@ -8,7 +8,6 @@ MAN= at.1 atrm.1 atq.1
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
${BINDIR}/at ${BINDIR}/batch
-MLINKS= at.1 batch.1
BINGRP= crontab
BINMODE= 2555