0a97c3f688
bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/12/14 20:09:36 he Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/2/93
|
|
|
|
PROG= ls
|
|
SRCS= cmp.c ls.c main.c print.c util.c
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|