summaryrefslogtreecommitdiffstats
path: root/usr.bin/pathchk/Makefile
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-22 10:30:16 +0000
committertjr <tjr@FreeBSD.org>2002-05-22 10:30:16 +0000
commit6d08f800fdee240c0c6818305948208c7e2acd73 (patch)
treee9da2384774249a27df4e4b54ef32d64a3a65007 /usr.bin/pathchk/Makefile
parent8310ab84a101b498a2b1e13ef7f8ddfe9b820cbd (diff)
downloadFreeBSD-src-6d08f800fdee240c0c6818305948208c7e2acd73.zip
FreeBSD-src-6d08f800fdee240c0c6818305948208c7e2acd73.tar.gz
Add the pathchk utility, which checks pathnames for validity or
portability between POSIX systems. Submitted by: Chuck Rouillard (manpage, initial implementation)
Diffstat (limited to 'usr.bin/pathchk/Makefile')
-rw-r--r--usr.bin/pathchk/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud