summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uusched/Makefile
blob: b0007faea4383c2e32180c07c66793e4f7852aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Makefile for uusched
# $Id: Makefile,v 1.4 1995/01/24 17:32:09 jkh Exp $

BINDIR=		$(bindir)

PROG=	uusched
SRCS=
NOMAN=	yes
NOOBJ=	yes
STRIP=

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

depend:
	@echo -n

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