NetBSD/bin/ls/Makefile

8 lines
161 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.4 (Berkeley) 3/1/92
1994-01-28 03:22:37 +03:00
# $Id: Makefile,v 1.6 1994/01/28 00:23:30 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= ls
SRCS= cmp.c ls.c print.c util.c
.include <bsd.prog.mk>