mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/03/02 21:43:39 christos Exp $
|
|
WARNS=6
|
|
|
|
PROG= pwait
|
|
|
|
.include <bsd.prog.mk>
|