mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
12 lines
96 B
Makefile
12 lines
96 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Regression test for ccd's layout.
|
|
#
|
|
|
|
test:
|
|
sh ccd0.sh
|
|
|
|
clean:
|
|
rm -f a b _.*
|