mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id: Makefile,v 1.2 1994/09/24 02:56:59 davidg Exp $
|
|
|
|
PROG= rm
|
|
SRCS= rm.c stat_flags.c
|
|
|
|
.PATH: ${.CURDIR}/../ls
|
|
|
|
.include <bsd.prog.mk>
|