tools/llvm: Do not build with symbols
[minix3.git] / libexec / fingerd / Makefile
blob4ade1c2fb36cf0c6ba82bcbf547ca7653a913335
1 # $NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
4 .include <bsd.own.mk>
6 PROG= fingerd
7 MAN= fingerd.8
9 .if (${USE_INET6} != "no")
10 CPPFLAGS+=-DINET6
11 .endif
13 .include <bsd.prog.mk>