summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/otherOS/linux2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mopd/otherOS/linux2/Makefile')
-rw-r--r--usr.sbin/mopd/otherOS/linux2/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/mopd/otherOS/linux2/Makefile b/usr.sbin/mopd/otherOS/linux2/Makefile
new file mode 100644
index 00000000000..1d4596fcf9f
--- /dev/null
+++ b/usr.sbin/mopd/otherOS/linux2/Makefile
@@ -0,0 +1,12 @@
+# Copyright (c) 1999 Mats O Jansson, Stockholm, Sweden
+# All rights reserved.
+#
+# @(#) $OpenBSD: Makefile,v 1.1 1999/03/27 14:31:23 maja Exp $
+
+INSTBIN= install -c -s -o root -g root -m 755
+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
+