8 lines
161 B
Makefile
8 lines
161 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 3/1/92
|
|
# $Id: Makefile,v 1.6 1994/01/28 00:23:30 cgd Exp $
|
|
|
|
PROG= ls
|
|
SRCS= cmp.c ls.c print.c util.c
|
|
|
|
.include <bsd.prog.mk>
|