NetBSD/bin/ls/Makefile

10 lines
193 B
Makefile
Raw Normal View History

2001-10-19 04:59:07 +04:00
# $NetBSD: Makefile,v 1.12 2001/10/19 00:59:07 lukem Exp $
1995-03-21 12:01:59 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/2/93
1993-03-21 12:45:37 +03:00
PROG= ls
SRCS= cmp.c ls.c main.c print.c stat_flags.c util.c
1993-03-21 12:45:37 +03:00
2001-10-19 04:59:07 +04:00
WARNS?= 2
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>