diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:17:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 05:17:56 +0000 |
commit | 38673c0125b24dcf89e66a2e5a0b92af997cd274 (patch) | |
tree | ea1609735608b96b6b9f247ade9629b333cef935 | |
parent | b876b591788351d794c07a5adc30f75f528be235 (diff) |
use the special versions of ed(1), mt(1), and restore(8) which are a lot
smaller
ok guenther
-rw-r--r-- | distrib/special/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile index b622877aa7f..88de4f011b7 100644 --- a/distrib/special/Makefile +++ b/distrib/special/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.20 2009/04/19 03:33:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.21 2009/10/28 05:17:55 deraadt Exp $ SUBDIR= libstubs \ - ccdconfig dd dhclient dmesg ftp grep gzip ifconfig init \ - kbd less more newfs pppd rsh sha256 sysctl + ccdconfig dd dhclient dmesg ed ftp grep gzip ifconfig init \ + kbd less more mt newfs pppd restore rsh sha256 sysctl install: |