diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-15 19:23:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-15 19:23:15 +0000 |
commit | 1323e51d865bea6979f37960653021d43cb18da0 (patch) | |
tree | 82bab316974870e3d66ec0b96fbf7fa3db1db4b9 /libexec | |
parent | ebcbb2b2d2b68ee6347b5018b9212bbe5fccd946 (diff) |
don't built atrun
Diffstat (limited to 'libexec')
-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 |