Makefile.uts (b83ec4ed825d984ca8f038544e15b4ca0eac82c7) | Makefile.uts (32e0ab73531b6e6e8957e9ecdbbd42603865f2d0) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 660 unchanged lines hidden (view full) --- 669PRIVS_AWK = $(SRC)/uts/common/os/privs.awk 670PRIVS_DEF = $(SRC)/uts/common/os/priv_defs 671 672# 673# USB device data 674# 675USBDEVS_AWK = $(SRC)/uts/common/io/usb/usbdevs2h.awk 676USBDEVS_DATA = $(SRC)/uts/common/io/usb/usbdevs | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 660 unchanged lines hidden (view full) --- 669PRIVS_AWK = $(SRC)/uts/common/os/privs.awk 670PRIVS_DEF = $(SRC)/uts/common/os/priv_defs 671 672# 673# USB device data 674# 675USBDEVS_AWK = $(SRC)/uts/common/io/usb/usbdevs2h.awk 676USBDEVS_DATA = $(SRC)/uts/common/io/usb/usbdevs |
677 678# 679# FIPS140 Self Integrity Check Command for HW Crypto modules 680# 681FIPS140_CMDDIR = $(SRC)/tools/fips_addchecksum 682FIPS140_CHECK = $(FIPS140_CMDDIR)/fips_addchecksum $(BINARY) |
|