1c10c16deSRichard Lowe# 2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the 3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version 5c10c16deSRichard Lowe# 1.0 of the CDDL. 6c10c16deSRichard Lowe# 7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this 8c10c16deSRichard Lowe# source. A copy of the CDDL is also available via the Internet 9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL. 10c10c16deSRichard Lowe# 11c10c16deSRichard Lowe 12a9478106SYuri Pankov# 13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe 14a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 1518d738ddSPeter Tribble# Copyright 2023 Peter Tribble 16a9478106SYuri Pankov# 17c10c16deSRichard Lowe 18a9478106SYuri Pankovinclude $(SRC)/Makefile.master 19c10c16deSRichard Lowe 20c10c16deSRichard LoweMANSECT= 3ext 21c10c16deSRichard Lowe 22c10c16deSRichard LoweMANFILES= NOTE.3ext \ 23c10c16deSRichard Lowe SUNW_C_GetMechSession.3ext \ 24c10c16deSRichard Lowe crypt.3ext \ 25c10c16deSRichard Lowe demangle.3ext \ 26c10c16deSRichard Lowe ecb_crypt.3ext \ 27c10c16deSRichard Lowe efi_alloc_and_init.3ext \ 28c10c16deSRichard Lowe ld_support.3ext \ 29c10c16deSRichard Lowe md4.3ext \ 30c10c16deSRichard Lowe md5.3ext \ 31c10c16deSRichard Lowe read_vtoc.3ext \ 32c10c16deSRichard Lowe rtld_audit.3ext \ 33c10c16deSRichard Lowe rtld_db.3ext \ 34c10c16deSRichard Lowe sendfile.3ext \ 35c10c16deSRichard Lowe sendfilev.3ext \ 36c10c16deSRichard Lowe sha1.3ext \ 37c10c16deSRichard Lowe sha2.3ext \ 38c10c16deSRichard Lowe stdarg.3ext \ 39c10c16deSRichard Lowe varargs.3ext 40c10c16deSRichard Lowe 41c10c16deSRichard Lowe.KEEP_STATE: 42c10c16deSRichard Lowe 43a9478106SYuri Pankovinclude $(SRC)/man/Makefile.man 44c10c16deSRichard Lowe 45*78a75454SPatrick Mooneyinstall: $(ROOTMANFILES) $(MANLINK_SRCS) 46*78a75454SPatrick Mooney $(MANLINK_INSTALL) 47