Warns cleanup. Add FreeBSD ID to Makefile.

This commit is contained in:
David Malone 2001-12-03 21:39:04 +00:00
parent c83caf7b8d
commit 57a4972d78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87304
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= uudecode
WARNS?= 2
NOMAN= noman
.include <bsd.prog.mk>

View File

@ -62,7 +62,7 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
char *filename;
const char *filename;
int cflag, iflag, pflag, sflag;
static void usage __P((void));