diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-12-12 15:42:19 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-12-12 15:42:19 +0000 |
commit | ceaaa7f6f5fbdb504548748dd0ec7537f3bdfb80 (patch) | |
tree | df4cba7f955f9b262353eff21fd0aadc7e232ee3 /usr.bin/mail | |
parent | e3e97d513ff013965e1cb64422f1f1e699f6de8c (diff) | |
download | FreeBSD-src-ceaaa7f6f5fbdb504548748dd0ec7537f3bdfb80.zip FreeBSD-src-ceaaa7f6f5fbdb504548748dd0ec7537f3bdfb80.tar.gz |
I'm working on cleaning this up, however it probably won't be done for
awhile. Turn off WARNS so that this doesn't break the build when WARNS
is turned on higher up. Also add $FreeBSD$.
Diffstat (limited to 'usr.bin/mail')
-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 a84d43e..639a150 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 |