diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
commit | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (patch) | |
tree | 6b7407900a80a39b0b9028b2ec81c0bba9082cc4 /usr.sbin/mopd | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r-- | usr.sbin/mopd/otherOS/linux2/Makefile | 3 |
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 - |