Silence WARNS=2 and BDECFLAGS on alpha and i386

MFC after:	1 week
This commit is contained in:
Kris Kennaway 2001-05-20 05:10:04 +00:00
parent 52a2fc64fe
commit 692ad02bcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76880
2 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,6 @@
PROG= rmdir
WARNS= 2
.include <bsd.prog.mk>

View File

@ -52,6 +52,7 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
int main __P((int, char *[]));
int rm_path __P((char *));
void usage __P((void));