Comment #define STAR_SAVER, it is configuration "options"
[unix-history] / libexec / atrun / Makefile
CommitLineData
4f1ec872
NW
1# $Id: Makefile,v 1.2 1993/12/05 12:26:10 cgd Exp $
2
3PROG= atrun
4MAN8= atrun.8
5
6BINDIR= /usr/libexec
7BINOWN= root
8
9CFLAGS+= -I${.CURDIR}/../../usr.bin/at
10LDADD+= -lutil
11DPADD+= ${LIBUTIL}
12
13.include <bsd.prog.mk>