mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
10 lines
186 B
Makefile
10 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.12 2007/05/28 12:06:43 tls Exp $
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
|
|
USE_FORT?= yes # network client
|
|
|
|
PROG= yppoll
|
|
MAN= yppoll.8
|
|
|
|
.include <bsd.prog.mk>
|