minix/libexec/fingerd/Makefile

14 lines
231 B
Makefile
Raw Normal View History

2013-06-01 16:14:33 +02:00
# $NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
PROG= fingerd
MAN= fingerd.8
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
.include <bsd.prog.mk>