mirror of
https://github.com/openbsd/src.git
synced 2025-01-02 22:35:36 -08:00
b6203726b0
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@.
9 lines
174 B
Makefile
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>
|