NetBSD/usr.sbin/iwictl/Makefile
christos 3348f64feb - KNF
- Sprinkle const
- Fix mmap call [MAP_PRIVATE], return [MAP_FAILED]
- Don't clobber errno.
- Use getprogname/setprogname
2005-04-03 17:21:29 +00:00

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>