diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:21:47 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:13 +0200 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /emulators/qmc2 | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'emulators/qmc2')
-rw-r--r-- | emulators/qmc2/files/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/qmc2/files/Makefile b/emulators/qmc2/files/Makefile index 1c36d87ecba6..9ce72bd82fd8 100644 --- a/emulators/qmc2/files/Makefile +++ b/emulators/qmc2/files/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - all: ${MAKE} -C qmc2 DISTCFG=1 SDL=1 ${MAKE} -C qmc2 arcade DISTCFG=1 SDL=1 |