summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/drm2/radeonkmsfw/Makefile
blob: 44fbf9ec6e8defa492b37576b9727bb3a3809747 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

all:
	rm -f *.uu
	for file in *.bin; do \
	  uuencode -o $$file.uu $$file $$file; \
	  rm $$file; \
	done
OpenPOWER on IntegriCloud