diff options
author | 2002-07-15 19:23:14 +0000 | |
---|---|---|
committer | 2002-07-15 19:23:14 +0000 | |
commit | 79d7a69bbb313faca12e768da1285c173516f508 (patch) | |
tree | fb26bd4cf5b5887531d87b39233ebcd2669678bc | |
parent | Move atrun(8) functionality into cron(8) proper. This fixes the (diff) | |
download | wireguard-openbsd-79d7a69bbb313faca12e768da1285c173516f508.tar.xz wireguard-openbsd-79d7a69bbb313faca12e768da1285c173516f508.zip |
don't built atrun
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 0dfd1a9ec15..0a61841921b 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.28 2002/06/12 04:04:57 art Exp $ +# $OpenBSD: Makefile,v 1.29 2002/07/15 19:23:14 millert Exp $ .include <bsd.own.mk> -SUBDIR= atrun comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ +SUBDIR= comsat fingerd ftpd ftp-proxy getNAME getty identd lockspool \ mail.local makewhatis \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ rshd talkd tcpd telnetd tftpd uucpd smtpd |