788ca347b8
Obtained from: https://github.com/Juniper/libxo/tree/0.3.2 Requested by: Phil Shafer <phil@juniper.net> This import incorporates local change 279966. Local change 276260 has been merged-in.
18 lines
456 B
Makefile
18 lines
456 B
Makefile
#
|
|
# Copyright 2014, Juniper Networks, Inc.
|
|
# All rights reserved.
|
|
# This SOFTWARE is licensed under the LICENSE provided in the
|
|
# ../Copyright file. By downloading, installing, copying, or otherwise
|
|
# using the SOFTWARE, you agree to be bound by the terms of that
|
|
# LICENSE.
|
|
|
|
man_MANS = xolint.1
|
|
|
|
EXTRA_DIST = xolint.1 xolint.pl
|
|
|
|
install-exec-hook:
|
|
install ${srcdir}/xolint.pl ${DESTDIR}${bindir}/xolint
|
|
|
|
uninstall-hook:
|
|
rm -f ${DESTDIR}${bindir}/xolint
|