1 2 3 4 5 6 7 8 9
# $OpenBSD: Makefile,v 1.7 2002/07/16 10:16:10 deraadt Exp $ PROG= identd SRCS= identd.c openbsd.c parse.c MAN= identd.8 CFLAGS+= -Wall -Werror .include <bsd.prog.mk>