mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|