summaryrefslogtreecommitdiff
path: root/lang/modula-3-socks/files/Makefile.m3socks
blob: 1e6555a147e4b227efa1723a7119bdc8fcdbd600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CLEANFILES+=	m3socks
MAN1=		m3socks.1
MAN5=		m3socks.conf.5
BINDIR=		${PREFIX}/bin
MANDIR=		${PREFIX}/man/man

all:	m3socks

.SUFFIXES: .sh

.sh:
	cp $@.sh $@

realinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    m3socks ${BINDIR}

.include <bsd.prog.mk>