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