Makefile (00277c9e43668ff248a12ee635ce125957750373) | Makefile (2c5ec7a875dcd76853e6618614e990f1e8cdd56d) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# | 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 --- 6 unchanged lines hidden (view full) --- 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# |
23# Copyright (c) 2018 Peter Tribble. |
|
23# Copyright (c) 2014 Gary Mills 24# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27 28PROG= getent 29 30include ../Makefile.cmd 31 | 24# Copyright (c) 2014 Gary Mills 25# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 26# Use is subject to license terms. 27# 28 29PROG= getent 30 31include ../Makefile.cmd 32 |
32CERRWARN += -_gcc=-Wno-unused-variable 33CERRWARN += -_gcc=-Wno-implicit-function-declaration 34 | |
35OBJECTS= \ 36 dogetethers.o \ 37 dogetgr.o \ 38 dogethost.o \ 39 dogetipnodes.o \ 40 dogetnet.o \ 41 dogetnetmask.o \ 42 dogetproject.o \ --- 37 unchanged lines hidden --- | 33OBJECTS= \ 34 dogetethers.o \ 35 dogetgr.o \ 36 dogethost.o \ 37 dogetipnodes.o \ 38 dogetnet.o \ 39 dogetnetmask.o \ 40 dogetproject.o \ --- 37 unchanged lines hidden --- |