Silence WARNS=2 and BDECFLAGS on alpha and i386

MFC after:	1 week
This commit is contained in:
kris 2001-05-20 05:10:04 +00:00
parent fda416048c
commit 773b8c647e
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));