You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
387 B
16 lines
387 B
7 months ago
|
#
|
||
|
# Copyright (c) Casey Schaufler, 2009
|
||
|
#
|
||
|
# This program 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.
|
||
|
#
|
||
|
|
||
|
top_srcdir ?= ../../../..
|
||
|
|
||
|
include $(top_srcdir)/include/mk/testcases.mk
|
||
|
|
||
|
INSTALL_TARGETS := *.sh
|
||
|
|
||
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|