1b3783300SRobert Mustacchi# 2b3783300SRobert Mustacchi# This file and its contents are supplied under the terms of the 3b3783300SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4b3783300SRobert Mustacchi# You may only use this file in accordance with the terms of version 5b3783300SRobert Mustacchi# 1.0 of the CDDL. 6b3783300SRobert Mustacchi# 7b3783300SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8b3783300SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet 9b3783300SRobert Mustacchi# at http://www.illumos.org/license/CDDL. 10b3783300SRobert Mustacchi# 11b3783300SRobert Mustacchi 12b3783300SRobert Mustacchi# 13b3783300SRobert Mustacchi# Copyright 2023 Oxide Computer company 14b3783300SRobert Mustacchi# 15b3783300SRobert Mustacchi 16b3783300SRobert Mustacchiinclude $(SRC)/Makefile.master 17b3783300SRobert Mustacchi 18b3783300SRobert MustacchiMANSECT= 3jedec 19b3783300SRobert Mustacchi 20b3783300SRobert MustacchiMANFILES= \ 21b3783300SRobert Mustacchi libjedec_spd.3jedec \ 22b3783300SRobert Mustacchi libjedec_temp_range.3jedec \ 23b3783300SRobert Mustacchi libjedec_vendor_string.3jedec 24b3783300SRobert Mustacchi 25b3783300SRobert Mustacchi.KEEP_STATE: 26b3783300SRobert Mustacchi 27b3783300SRobert Mustacchiinclude $(SRC)/man/Makefile.man 28b3783300SRobert Mustacchi 29*78a75454SPatrick Mooneyinstall: $(ROOTMANFILES) 30