mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05: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 _.*
|