mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $Id$
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c sods.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|