mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Rename mail(1)'s aux.c to util.c.
The name `aux' is reserved on Windows file systems. aux.c in the mail(1) directory contains some random utility functions. I'm renaming this file to util.c to make it possible to check out this directory on Windows. MFC after: 1 month
This commit is contained in:
parent
ef1a9cf642
commit
0bee4c2c74
2 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= mail
|
||||
SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
|
||||
SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
|
||||
getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \
|
||||
quit.c send.c strings.c temp.c tty.c vars.c
|
||||
quit.c send.c strings.c temp.c tty.c util.c vars.c
|
||||
FILES= mail.help mail.tildehelp
|
||||
FILESDIR= ${SHAREDIR}/misc
|
||||
EFILES= mail.rc
|
||||
|
|
|
|||
Loading…
Reference in a new issue