mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= dirname
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|