diff options
Diffstat (limited to 'usr.bin/which/Makefile')
-rw-r--r-- | usr.bin/which/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile new file mode 100644 index 000000000000..097d238dfbb6 --- /dev/null +++ b/usr.bin/which/Makefile @@ -0,0 +1,3 @@ +PROG= which + +.include <bsd.prog.mk> |