mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rm
|
|
SRCS= rm.c stat_flags.c
|
|
|
|
.PATH: ${.CURDIR}/../ls
|
|
|
|
.include <bsd.prog.mk>
|