diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-11 05:46:03 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-11-11 05:46:03 +0000 |
commit | f40379aeb7a08ee6452da352c31176294c295e21 (patch) | |
tree | f3a2490330d157fff4f0f6e5d4ef8e2928ceb6eb /libexec | |
parent | eed5c868b4a40b76718bb86ae3f7584c5c35a5bb (diff) |
compile_et belongs in usr.bin
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 1c5345e7d90..50f425c3671 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.8 1996/11/11 05:06:32 downsj Exp $ +# $OpenBSD: Makefile,v 1.9 1996/11/11 05:45:57 tholo Exp $ .include <bsd.own.mk> -SUBDIR= atrun compile_et comsat fingerd ftpd getNAME getty identd \ +SUBDIR= atrun comsat fingerd ftpd getNAME getty identd \ lfs_cleanerd mail.local makewhatis rexecd rlogind rshd rpc.lockd \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ talkd telnetd tftpd uucpd |