summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2014-07-16 20:07:03 +0000
committerokan <okan@openbsd.org>2014-07-16 20:07:03 +0000
commit228706290e801c1243d5d03a85dc2580d2e022fe (patch)
tree9821306c63a2bf60db984c773645afbf3262eb05 /usr.sbin/mopd
parentzap trailing newlines; "go for it" deraadt (diff)
downloadwireguard-openbsd-228706290e801c1243d5d03a85dc2580d2e022fe.tar.xz
wireguard-openbsd-228706290e801c1243d5d03a85dc2580d2e022fe.zip
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r--usr.sbin/mopd/otherOS/linux2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mopd/otherOS/linux2/Makefile b/usr.sbin/mopd/otherOS/linux2/Makefile
index 1d4596fcf9f..51cca1ab4bc 100644
--- a/usr.sbin/mopd/otherOS/linux2/Makefile
+++ b/usr.sbin/mopd/otherOS/linux2/Makefile
@@ -1,7 +1,7 @@
# Copyright (c) 1999 Mats O Jansson, Stockholm, Sweden
# All rights reserved.
#
-# @(#) $OpenBSD: Makefile,v 1.1 1999/03/27 14:31:23 maja Exp $
+# @(#) $OpenBSD: Makefile,v 1.2 2014/07/16 20:07:03 okan Exp $
INSTBIN= install -c -s -o root -g root -m 755
INSTINIT= install -c -o root -g root -m 755
@@ -9,4 +9,3 @@ INSTINIT= install -c -o root -g root -m 755
install: mopd.init
echo "Installing files in linux2";
$(INSTINIT) $< $(INSTALL)/etc/rc.d/init.d/mopd
-