diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-19 04:58:11 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-19 04:58:11 +0000 |
| commit | 387f2740cab1168555efc6076159d2a66f018a58 (patch) | |
| tree | f4a5de482bf116bcd9d968426edcfb89e13a7ae4 /usr.bin/nm | |
| parent | 0dd6117e9dba3b55f75cd2e329a09fa14a974ac3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/nm')
| -rw-r--r-- | usr.bin/nm/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/nm/Makefile.depend.options | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/nm/Makefile.depend b/usr.bin/nm/Makefile.depend index c3f78dbc4cb6..9408654aac46 100644 --- a/usr.bin/nm/Makefile.depend +++ b/usr.bin/nm/Makefile.depend @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - gnu/lib/csu \ include \ include/xlocale \ lib/${CSU_DIR} \ diff --git a/usr.bin/nm/Makefile.depend.options b/usr.bin/nm/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/nm/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include <dirdeps-options.mk> |
