mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
13 lines
166 B
Makefile
13 lines
166 B
Makefile
|
|
# $Id: Makefile 2076 2011-10-27 03:50:33Z jkoshy $
|
|
|
|
TOP= ..
|
|
|
|
PROG= nm
|
|
SRCS= nm.c
|
|
|
|
WARNS?= 6
|
|
|
|
LDADD= -ldwarf -lelftc -lelf
|
|
|
|
.include "${TOP}/mk/elftoolchain.prog.mk"
|