diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-12 05:04:44 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-12 05:04:44 +0000 |
commit | 5db17e5b5edbf330463080a85c6c339303434ccc (patch) | |
tree | 4b378c68b9bce3ff7094c20661fc508e24a62a81 /bin/Makefile | |
parent | 41d237d5bb2549e92fc4a43416c81ceabe56d4dc (diff) |
rmail should not reside in /bin.
ok deraadt guenther
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index bd7a65ff868..cf4e422f17e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2007/05/18 16:08:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2014/03/12 05:04:42 tedu Exp $ SUBDIR= cat chio chmod cp csh date dd df domainname echo \ ed expr hostname kill ksh ln ls md5 mkdir mt \ - mv pax ps pwd rcp rm rmail rmdir sleep stty \ + mv pax ps pwd rcp rm rmdir sleep stty \ sync systrace test .include <bsd.subdir.mk> |