Cross Reference: Makefile
xref: /src/libexec/identd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/libexec/identd/
Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2003/04/19 20:57:35 christos Exp $
2
3PROG=	identd
4MAN=	identd.8 
5
6CPPFLAGS+= -DINCLUDE_EXTENSIONS -DSTRONG_LOG -DALLOW_FORMAT
7.ifdef DEFAULT_LIE_USER
8CPPFLAGS+= -DDEFAULT_LIE_USER=\"${DEFAULT_LIE_USER}\"
9.endif
10
11SRCS=	netbsd.c version.c proxy.c config.c parse.c identd.c 
12
13.include <bsd.prog.mk>
14

Indexes created Sat Dec 20 11:09:50 GMT 2025