203e422702
in `#ifdef notyet'.
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 3/1/92
|
|
# $Id: Makefile,v 1.5 1993/08/07 03:56:47 mycroft Exp $
|
|
|
|
PROG= ls
|
|
SRCS= cmp.c ls.c print.c util.c
|
|
LDADD= -lutil
|
|
DPADD= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|