NetBSD/bin/ls/Makefile

8 lines
178 B
Makefile
Raw Normal View History

1994-09-23 10:14:39 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/2/93
# $Id: Makefile,v 1.7 1994/09/23 06:14:39 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= ls
1994-09-23 10:14:39 +04:00
SRCS= cmp.c stat_flags.c ls.c print.c util.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>