diff options
Diffstat (limited to 'usr.bin/command/Makefile')
| -rw-r--r-- | usr.bin/command/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/command/Makefile b/usr.bin/command/Makefile new file mode 100644 index 000000000000..5388f5efc241 --- /dev/null +++ b/usr.bin/command/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SCRIPTS=cd.sh +NOMAN= + +.include <bsd.prog.mk> |
