Files
zfs/Makefile.zfs-dev
Jay Larson a9b9d9825b The following changes were made:
* Added REPO
  * usher now uses /bin/sh
  * Removed TARGET from usher
  * moved modules to /lib/modules/zfs
2018-04-06 15:28:30 -05:00

17 lines
1.0 KiB
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 = libzfs
BRIEF = Development files for ZFS
DESC = Development files for ZFS
REPO = dev
include /usr/share/snap/Makefile.snaplinux