forked from Imagelibrary/rtems
@@ -22,6 +22,10 @@ include_HEADERS += include/xz.h
|
||||
include_HEADERS += include/zconf.h
|
||||
include_HEADERS += include/zlib.h
|
||||
|
||||
include_arpadir = $(includedir)/arpa
|
||||
include_arpa_HEADERS =
|
||||
include_arpa_HEADERS += include/arpa/ftp.h
|
||||
|
||||
include_dev_i2cdir = $(includedir)/dev/i2c
|
||||
include_dev_i2c_HEADERS =
|
||||
include_dev_i2c_HEADERS += include/dev/i2c/eeprom.h
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
/*-
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*
|
||||
* Copyright (c) 1983, 1989, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
@@ -10,11 +12,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed by the University of
|
||||
* California, Berkeley and its contributors.
|
||||
* 4. Neither the name of the University nor the names of its contributors
|
||||
* 3. Neither the name of the University nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
@@ -31,6 +29,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ftp.h 8.1 (Berkeley) 6/2/93
|
||||
*
|
||||
* $FreeBSD: head/include/arpa/ftp.h 326024 2017-11-20 19:45:28Z pfg $
|
||||
*/
|
||||
|
||||
#ifndef _ARPA_FTP_H_
|
||||
@@ -10,7 +10,6 @@ include_HEADERS += resolv.h
|
||||
|
||||
include_arpadir = $(includedir)/arpa
|
||||
include_arpa_HEADERS =
|
||||
include_arpa_HEADERS += arpa/ftp.h
|
||||
include_arpa_HEADERS += arpa/nameser.h
|
||||
include_arpa_HEADERS += arpa/nameser_compat.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user