]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD which and whereis commands.
authorstux <minix@stux.net>
Fri, 11 Jul 2014 15:59:23 +0000 (10:59 -0500)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:06:15 +0000 (17:06 +0200)
commitd24fd34cdf396cf9f2e212b219d2484c791864b2
tree18d490ef5459775a207829c8c4097435ce6c19df
parentfc05cedbdda8ff69cd4fe01f136ade131fbf6cc4
Import NetBSD which and whereis commands.

Change-Id: Ide31b4cc52c64cbd424437f649674a460fb0a754
13 files changed:
commands/Makefile
commands/whereis/Makefile [deleted file]
commands/whereis/whereis.sh [deleted file]
commands/which/Makefile [deleted file]
commands/which/which.c [deleted file]
man/man1/Makefile
man/man1/whereis.1 [deleted file]
man/man1/which.1 [deleted file]
usr.bin/Makefile
usr.bin/whereis/Makefile [new file with mode: 0644]
usr.bin/whereis/whereis.1 [new file with mode: 0644]
usr.bin/whereis/whereis.c [new file with mode: 0644]
usr.bin/whereis/which.1 [new file with mode: 0644]