mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
fdb2069e27
target. I added this.
18 lines
276 B
Makefile
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>
|