3348f64feb
- Sprinkle const - Fix mmap call [MAP_PRIVATE], return [MAP_FAILED] - Don't clobber errno. - Use getprogname/setprogname
11 lines
156 B
Makefile
11 lines
156 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/04/03 17:21:29 christos Exp $
|
|
|
|
WARNS=3
|
|
.if ${MACHINE} == "i386"
|
|
PROG = iwictl
|
|
.endif
|
|
|
|
MAN = iwictl.8
|
|
|
|
.include <bsd.prog.mk>
|