From 3d1be9557840c5d0417380095e3012ceb1fb3a4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Feb 2006 10:44:34 +0000 Subject: [PATCH] (bin_PROGRAMS): Add base64. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index bedd497595..e31da576d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \ basename date dirname echo env expr factor false \ hostname id kill logname pathchk printenv printf pwd seq sleep tee \ test true tty whoami yes \ + base64 \ $(OPTIONAL_BIN_PROGS) $(DF_PROG) noinst_PROGRAMS = setuidgid -- 2.47.2