From 6d08f800fdee240c0c6818305948208c7e2acd73 Mon Sep 17 00:00:00 2001 From: tjr Date: Wed, 22 May 2002 10:30:16 +0000 Subject: Add the pathchk utility, which checks pathnames for validity or portability between POSIX systems. Submitted by: Chuck Rouillard (manpage, initial implementation) --- usr.bin/pathchk/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 usr.bin/pathchk/Makefile (limited to 'usr.bin/pathchk/Makefile') diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile new file mode 100644 index 0000000..b5bea85 --- /dev/null +++ b/usr.bin/pathchk/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +PROG= pathchk + +.include -- cgit v1.1