Files
glibc/Makefile.glibc-dev
Jay Larson 27c487e386 The following changes were made:
* Split off separate glibc-dev
  * Added bash and dash as dependencies (needed for some scripts apparently)
  * Removed ld.so.cache
  * Generate ld.so.cache in usher
  * usher now uses /bin/sh
  * Removed TARGET from usher
2018-03-29 15:05:45 -05:00

17 lines
618 B
Makefile

# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation here:
# (http://www.gnu.org/licenses/gpl-2.0.html)
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = glibc
REPO = dev
BRIEF = Development files for glibc
DESC = Development files for glibc
include /usr/share/snap/Makefile.snaplinux