summaryrefslogtreecommitdiff
path: root/libexec/atrun/Makefile
blob: beeda3445104e789057b61250443ea9bed95d83e (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.11 1998/07/29 01:15:41 simonb Exp $

PROG=	atrun
BINDIR=	/usr/libexec
MAN=	atrun.8

CPPFLAGS+= -I${.CURDIR}/../../usr.bin/at

.include <bsd.prog.mk>