1# Copyright (c) 1999 Mats O Jansson, Stockholm, Sweden 2# All rights reserved. 3# 4# @(#) $OpenBSD: Makefile,v 1.2 2014/07/16 20:07:03 okan Exp $ 5 6INSTBIN= install -c -s -o root -g root -m 755 7INSTINIT= install -c -o root -g root -m 755 8 9install: mopd.init 10 echo "Installing files in linux2"; 11 $(INSTINIT) $< $(INSTALL)/etc/rc.d/init.d/mopd 12