OptionalObsoleteFiles.inc (2186d09cc8f7d00c6bae25c45a234fd5a11f9e7a) OptionalObsoleteFiles.inc (3b09bf5e55207926e3072b96ffca3b551a26b613)
1#
2# $FreeBSD$
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no

--- 1536 unchanged lines hidden (view full) ---

1545OLD_FILES+=usr/share/info/gdbint.info.gz
1546OLD_FILES+=usr/share/info/stabs.info.gz
1547OLD_FILES+=usr/share/man/man1/gdb.1.gz
1548OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1549OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1550.endif
1551
1552.if ${MK_GPIO} == no
1#
2# $FreeBSD$
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no

--- 1536 unchanged lines hidden (view full) ---

1545OLD_FILES+=usr/share/info/gdbint.info.gz
1546OLD_FILES+=usr/share/info/stabs.info.gz
1547OLD_FILES+=usr/share/man/man1/gdb.1.gz
1548OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1549OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1550.endif
1551
1552.if ${MK_GPIO} == no
1553OLD_FILES+=usr/include/libgpio.h
1554OLD_FILES+=usr/lib/libgpio.a
1555OLD_LIBS+=usr/lib/libgpio.so.0
1556OLD_FILES+=usr/lib/libgpio_p.a
1553OLD_FILES+=usr/sbin/gpioctl
1557OLD_FILES+=usr/sbin/gpioctl
1558OLD_FILES+=usr/share/man/man3/gpio.3.gz
1559OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
1560OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
1561OLD_FILES+=usr/share/man/man3/gpio_open_device.3.gz
1562OLD_FILES+=usr/share/man/man3/gpio_pin_config.3.gz
1563OLD_FILES+=usr/share/man/man3/gpio_pin_get.3.gz
1564OLD_FILES+=usr/share/man/man3/gpio_pin_high.3.gz
1565OLD_FILES+=usr/share/man/man3/gpio_pin_input.3.gz
1566OLD_FILES+=usr/share/man/man3/gpio_pin_invin.3.gz
1567OLD_FILES+=usr/share/man/man3/gpio_pin_invout.3.gz
1568OLD_FILES+=usr/share/man/man3/gpio_pin_list.3.gz
1569OLD_FILES+=usr/share/man/man3/gpio_pin_low.3.gz
1570OLD_FILES+=usr/share/man/man3/gpio_pin_opendrain.3.gz
1571OLD_FILES+=usr/share/man/man3/gpio_pin_output.3.gz
1572OLD_FILES+=usr/share/man/man3/gpio_pin_pulldown.3.gz
1573OLD_FILES+=usr/share/man/man3/gpio_pin_pullup.3.gz
1574OLD_FILES+=usr/share/man/man3/gpio_pin_pulsate.3.gz
1575OLD_FILES+=usr/share/man/man3/gpio_pin_pushpull.3.gz
1576OLD_FILES+=usr/share/man/man3/gpio_pin_set.3.gz
1577OLD_FILES+=usr/share/man/man3/gpio_pin_set_flags.3.gz
1578OLD_FILES+=usr/share/man/man3/gpio_pin_tristate.3.gz
1554OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1555.endif
1556
1557# Also includes vgrind(1)
1558.if ${MK_GROFF} == no
1559OLD_FILES+=usr/bin/addftinfo
1560OLD_FILES+=usr/bin/afmtodit
1561OLD_FILES+=usr/bin/eqn

--- 3415 unchanged lines hidden ---
1579OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1580.endif
1581
1582# Also includes vgrind(1)
1583.if ${MK_GROFF} == no
1584OLD_FILES+=usr/bin/addftinfo
1585OLD_FILES+=usr/bin/afmtodit
1586OLD_FILES+=usr/bin/eqn

--- 3415 unchanged lines hidden ---