summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-07-20 21:12:28 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-07-20 21:12:28 +0000
commite22715f0d7ffed9880275f58718b9e5845dcd2af (patch)
treeacd63bc9f7fe1e24ec49871453da1def77298a7a
parent14e0aba68427420ceaaa2082780678d18b207631 (diff)
do not dup-redefine binown and bindir
-rw-r--r--libexec/atrun/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index 56d0eefc128..3289c1813da 100644
--- a/libexec/atrun/Makefile
+++ b/libexec/atrun/Makefile
@@ -1,11 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:27 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2001/07/20 21:12:27 mickey Exp $
PROG= atrun
-BINDIR= /usr/libexec
-MAN= atrun.8
-
-BINOWN= root
-
CFLAGS+= -I${.CURDIR}/../../usr.bin/at
+MAN= atrun.8
.include <bsd.prog.mk>