Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after: 1 week
This commit is contained in:
parent
fda416048c
commit
773b8c647e
@ -3,4 +3,6 @@
|
||||
|
||||
PROG= rmdir
|
||||
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user