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 /usr.bin | |
parent | eed5c868b4a40b76718bb86ae3f7584c5c35a5bb (diff) |
compile_et belongs in usr.bin
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 2bffc930cf2..4fbe86f667a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 1996/11/06 21:13:48 etheisen Exp $ +# $OpenBSD: Makefile,v 1.30 1996/11/11 05:46:02 tholo Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -6,9 +6,9 @@ SUBDIR= apply apropos arch asa at awk banner basename bdes biff cal calendar \ cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt colrm \ - column comm compress cpp crontab ctags cut dirname du elf2olf encrypt \ - env error expand false file file2c find finger fmt fold from \ - fsplit fstat ftp gencat getconf getopt head hexdump id indent \ + column comm compile_et compress cpp crontab ctags cut dirname du \ + elf2olf encrypt \ env error expand false file file2c find finger fmt \ + fold from fsplit fstat ftp gencat getconf getopt head hexdump id indent \ info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \ less lex lndir locate lock logger login logname look lorder m4 machine \ mail make man mesg mkdep mkfifo mkstr modstat msgs nc \ |