938f344d52
from FreeBSD via Jonathan Perkin fixes PR standards/11198 by Ben Harris
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/04/15 19:46:39 jdolecek Exp $
|
|
|
|
PROG= pathchk
|
|
SRCS= pathchk.c
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|