1# $NetBSD: Makefile,v 1.1 2003/04/15 19:46:39 jdolecek Exp $ 2 3PROG= pathchk 4SRCS= pathchk.c 5 6WARNS= 2 7 8.include <bsd.prog.mk> 9