diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 21:49:38 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-02-09 21:49:38 +0000 |
| commit | ff879b07996ba2a08ddcc37091c2636f1be8354c (patch) | |
| tree | e7fa82a61c6d010f448cd0eec7231e4c6ba518ee /usr.sbin | |
| parent | 778c8dac96279e2aa7f79804c8651591afd93371 (diff) | |
| parent | 04f27355c01cb894338c3382792c0c2b75c86239 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/acpi/iasl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index 8171d5ae73ac..57361a64ad78 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -6,7 +6,8 @@ PROG= iasl SRCS= acfileio.c adfile.c adisasm.c adwalk.c ahids.c \ ahpredef.c ahtable.c ahuuids.c cmfsize.c dmextern.c \ dmrestag.c dmswitch.c dmtable.c dmtables.c dmtbdump.c \ - dmtbinfo.c getopt.c + dmtbdump1.c dmtbdump2.c dmtbdump3.c dmtbinfo.c \ + dmtbinfo1.c dmtbinfo2.c dmtbinfo3.c getopt.c # compiler SRCS+= aslallocate.c aslanalyze.c aslascii.c aslbtypes.c \ |
