mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/05/28 12:06:29 tls Exp $
|
|
|
|
USE_FORT?= yes # network client
|
|
|
|
PROG= netgroup
|
|
|
|
.include <bsd.prog.mk>
|