mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/05/28 12:06:28 tls Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
USE_FORT?= yes # network client
|
|
|
|
PROG= logger
|
|
|
|
.include <bsd.prog.mk>
|