summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuto/Makefile
blob: c043e6b13785103fafb85217064d68fc5fefca7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for uuto
# $Id: Makefile,v 1.2 1993/08/06 23:28:02 rgrimes Exp $

BINDIR=		$(bindir)

PROG=		uuto
SRCS=
NOMAN=	yes
NOOBJ=	yes
STRIP=

uuto:	uuto.in
	sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
		$(.CURDIR)/uuto.in > $(.TARGET)

depend:

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud