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

BINDIR=		$(bindir)

PROG=		uuto
SRCS=
NOMAN=
STRIP=

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

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