diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-12 15:42:19 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-12 15:42:19 +0000 |
| commit | 864be8882572d8eb14f1f7d9cb0e2f6de9391310 (patch) | |
| tree | df4cba7f955f9b262353eff21fd0aadc7e232ee3 /usr.bin | |
| parent | 19e4b807f6f41b444a1eb96a95229de42bdb65aa (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index a84d43ef1a96..639a1503688b 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,9 +1,11 @@ # @(#)Makefile 8.2 (Berkeley) 1/25/94 +# $FreeBSD$ PROG= mail SRCS= version.c aux.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 +WARNS?= 0 SFILES= mail.help mail.tildehelp EFILES= mail.rc LINKS= ${BINDIR}/mail ${BINDIR}/Mail |
