1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-02 22:35:36 -08:00
openbsd-src/bin/ls/Makefile
schwarze b6203726b0 Support UTF-8: use wcwidth(3) for column adjustment and replace
non-printable Unicode codepoints and invalid bytes with ASCII
question marks.  No change for the SMALL version.

Using ideas developed by tedu@, phessler@, bentley@ and feedback from many.
OK yasuoka@ czarkoff@ sthen@.
2015-12-01 18:36:13 +00:00

9 lines
174 B
Makefile

# $OpenBSD: Makefile,v 1.8 2015/12/01 18:36:13 schwarze Exp $
PROG= ls
SRCS= cmp.c ls.c main.c print.c util.c utf8.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>