Commit c7cd9064 c7cd906496598fe362b6ee0449d668ff62344b6b by Sergey Poznyakoff

Added setenv.c

1 parent 4ca792c1
...@@ -19,6 +19,7 @@ mail_SOURCES = alias.c alt.c cd.c copy.c delete.c dp.c echo.c \ ...@@ -19,6 +19,7 @@ mail_SOURCES = alias.c alt.c cd.c copy.c delete.c dp.c echo.c \
19 hold.c if.c inc.c list.c mail.c mail.h mailline.c mbox.c msgset.y next.c \ 19 hold.c if.c inc.c list.c mail.c mail.h mailline.c mbox.c msgset.y next.c \
20 pipe.c previous.c print.c quit.c reply.c retain.c save.c send.c set.c \ 20 pipe.c previous.c print.c quit.c reply.c retain.c save.c send.c set.c \
21 shell.c size.c source.c summary.c table.c tag.c top.c touch.c unalias.c \ 21 shell.c size.c source.c summary.c table.c tag.c top.c touch.c unalias.c \
22 undelete.c unset.c util.c var.c version.c visual.c write.c z.c decode.c 22 undelete.c unset.c util.c var.c version.c visual.c write.c z.c decode.c \
23 setenv.c
23 24
24 SUBDIRS = testsuite 25 SUBDIRS = testsuite
......