mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/2/93
|
|
# $Id$
|
|
|
|
PROG= ls
|
|
SRCS= cmp.c stat_flags.c ls.c print.c util.c
|
|
|
|
.include <bsd.prog.mk>
|