b97cb66e62
- Fix mmap call arguments and return value. - Sprinkle const
11 lines
154 B
Makefile
11 lines
154 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/04/03 17:27:15 christos Exp $
|
|
|
|
WARNS=3
|
|
.if ${MACHINE} == "i386"
|
|
PROG= ipwctl
|
|
.endif
|
|
|
|
MAN= ipwctl.8
|
|
|
|
.include <bsd.prog.mk>
|