diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 1999-12-30 13:15:15 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 1999-12-30 13:15:15 +0000 |
| commit | edc2844c9fc4d1c0b4adeaa4c026d725654b3240 (patch) | |
| tree | c5818b21c48ee41c7db725e9d4754514dc9be63c /bin/ls | |
| parent | e62764d4eaa1a96f69276bb2a58bcb2853795c97 (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index fe40df1b1d7f..bf43369eb89e 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,7 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 # $FreeBSD$ + PROG= ls -SRCS= cmp.c stat_flags.c ls.c print.c util.c +SRCS= cmp.c ls.c print.c util.c +LDADD= -lutil .include <bsd.prog.mk> |
