blob: 1d4596fcf9f22d3bc4d1d401c15b4857d589ad10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|