17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 217c478bd9Sstevel@tonic-gate# 2267dbe2beSCasper H.S. Dik# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23ace1a5f1Sdp# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 25*5661bb76SJohn Levon# Copyright (c) 2018, Joyent, Inc. 26f808c858Sraf 277c478bd9Sstevel@tonic-gateLIBRARY= lib.a 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gateDATEFILE= ugdates 307c478bd9Sstevel@tonic-gateDATEFILESRC= ugdates.dat 317c478bd9Sstevel@tonic-gateTXT= $(DATEFILESRC) 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gateOBJECTS= putgrent.o \ 347c478bd9Sstevel@tonic-gate errmsg.o \ 357c478bd9Sstevel@tonic-gate file.o \ 367c478bd9Sstevel@tonic-gate vgid.o \ 377c478bd9Sstevel@tonic-gate vgname.o \ 387c478bd9Sstevel@tonic-gate vgroup.o \ 397c478bd9Sstevel@tonic-gate vuid.o \ 407c478bd9Sstevel@tonic-gate vlogin.o \ 417c478bd9Sstevel@tonic-gate vproj.o \ 427c478bd9Sstevel@tonic-gate dates.o \ 437c478bd9Sstevel@tonic-gate vexpire.o \ 447c478bd9Sstevel@tonic-gate putprojent.o \ 457c478bd9Sstevel@tonic-gate vprojid.o \ 467c478bd9Sstevel@tonic-gate vprojname.o 477c478bd9Sstevel@tonic-gate 487c478bd9Sstevel@tonic-gate# include library definitions 497c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd 507c478bd9Sstevel@tonic-gateinclude ../../../lib/Makefile.lib 517c478bd9Sstevel@tonic-gate 52f808c858SrafSRCDIR = . 53f808c858Sraf 547c478bd9Sstevel@tonic-gateFILEMODE= $(LIBFILEMODE) 557c478bd9Sstevel@tonic-gate 567c478bd9Sstevel@tonic-gatePRODUCT= $(LIBRARY) $(DATEFILE) 577c478bd9Sstevel@tonic-gate 587c478bd9Sstevel@tonic-gate# Must retain `lib', since default expands to nothing 597c478bd9Sstevel@tonic-gateLLINTLIB= llib-l$(LIBRARY:lib%.a=lib).ln 607c478bd9Sstevel@tonic-gate 617c478bd9Sstevel@tonic-gateCLEANFILES= $(LLINTLIB) 627c478bd9Sstevel@tonic-gateCLOBBERFILES= $(DATEFILE) 637c478bd9Sstevel@tonic-gate 647c478bd9Sstevel@tonic-gateGENERAL= ../inc 657c478bd9Sstevel@tonic-gateCPPFLAGS= -I. -I$(GENERAL) $(CPPFLAGS.master) 667014882cSRichard LoweCERRWARN += -_gcc=-Wno-parentheses 677014882cSRichard LoweCERRWARN += -_gcc=-Wno-type-limits 687014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-variable 69*5661bb76SJohn Levon# not linted 70*5661bb76SJohn LevonSMATCH=off 71*5661bb76SJohn Levon 727c478bd9Sstevel@tonic-gateARFLAGS= cr 737c478bd9Sstevel@tonic-gateAROBJS= `$(LORDER) $(OBJS) | $(TSORT)` 747c478bd9Sstevel@tonic-gateLINTFLAGS= -u 757c478bd9Sstevel@tonic-gate 767c478bd9Sstevel@tonic-gateROOTUSRSADM= $(ROOT)/usr/sadm 777c478bd9Sstevel@tonic-gateROOTUSRSADMFILE=$(DATEFILE:%=$(ROOTUSRSADM)/%) 787c478bd9Sstevel@tonic-gate 79b6805bf7SGordon RossCLOBBERFILES += $(LIBRARY) 80b6805bf7SGordon Ross 817c478bd9Sstevel@tonic-gate.KEEP_STATE: 827c478bd9Sstevel@tonic-gate 837c478bd9Sstevel@tonic-gateall: $(PRODUCT) $(TXT) 847c478bd9Sstevel@tonic-gate 857c478bd9Sstevel@tonic-gate$(DATEFILE): $(DATEFILESRC) 867c478bd9Sstevel@tonic-gate $(GREP) -v "^#ident" $(DATEFILESRC) > $(DATEFILE) 877c478bd9Sstevel@tonic-gate 887c478bd9Sstevel@tonic-gateinstall: all $(DATEFILE) $(ROOTUSRSADMFILE) 897c478bd9Sstevel@tonic-gate 907c478bd9Sstevel@tonic-gate$(ROOTUSRSADM)/%: % 917c478bd9Sstevel@tonic-gate $(INS.file) 927c478bd9Sstevel@tonic-gate 937c478bd9Sstevel@tonic-gatelint: $(LLINTLIB) 947c478bd9Sstevel@tonic-gate 957c478bd9Sstevel@tonic-gate$(LLINTLIB): $(SRCS) 967c478bd9Sstevel@tonic-gate $(LINT.c) -o $(LIBRARY:lib%.a=lib) $(SRCS) > $(LINTOUT) 2>&1 977c478bd9Sstevel@tonic-gate 987c478bd9Sstevel@tonic-gateinclude ../../../lib/Makefile.targ 99