mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
# $Id: Makefile,v 1.8 1998/06/01 13:55:12 peter Exp $
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c sods.c
|
|
CFLAGS+= -Wall -DFREEBSD_AOUT
|
|
|
|
.include <bsd.prog.mk>
|