diff options
| author | Nate Williams <nate@FreeBSD.org> | 1993-06-29 05:21:43 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1993-06-29 05:21:43 +0000 |
| commit | 8596b826d326c8aa7806d70d72d089cf03133ade (patch) | |
| tree | 19dd1c4a3dbdd7b5c95b8f92a20732b88407a4d5 /gnu/usr.bin/sort/Makefile | |
| parent | 8e409770a34200f2d8ce141385d632975920149d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/sort/Makefile')
| -rw-r--r-- | gnu/usr.bin/sort/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile new file mode 100644 index 000000000000..00d92766341e --- /dev/null +++ b/gnu/usr.bin/sort/Makefile @@ -0,0 +1,5 @@ + +PROG= sort +SRCS= sort.c error.c + +.include <bsd.prog.mk> |
