blob: 51cca1ab4bce493054a15b9a5f62f0a47b6612fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 1999 Mats O Jansson, Stockholm, Sweden
# All rights reserved.
#
# @(#) $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
install: mopd.init
echo "Installing files in linux2";
$(INSTINIT) $< $(INSTALL)/etc/rc.d/init.d/mopd
|