1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/gnu/libexec/uucp/uuto/Makefile
1993-08-06 23:28:02 +00:00

18 lines
276 B
Makefile

# Makefile for uuto
# $Id: Makefile,v 1.1 1993/08/05 18:28:09 conklin 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)
depend:
.include <bsd.prog.mk>