diff options
author | kib <kib@FreeBSD.org> | 2009-07-25 21:07:56 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2009-07-25 21:07:56 +0000 |
commit | 0d42f460f5e4d5fcf6731e53de5e7fecf3bc481b (patch) | |
tree | c2cc5f917a9230343c19819a1d215d34a9a45f6b /tools/regression/poll | |
parent | 0fb4dfbf78186a7cffa1d2945cfad67f40d7d413 (diff) | |
download | FreeBSD-src-0d42f460f5e4d5fcf6731e53de5e7fecf3bc481b.zip FreeBSD-src-0d42f460f5e4d5fcf6731e53de5e7fecf3bc481b.tar.gz |
Fix syntax error, makefile comments start with #.
Submitted by: bde
Approved by: re (kensmith)
Diffstat (limited to 'tools/regression/poll')
-rw-r--r-- | tools/regression/poll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/poll/Makefile b/tools/regression/poll/Makefile index ac3ff90..71192a9 100644 --- a/tools/regression/poll/Makefile +++ b/tools/regression/poll/Makefile @@ -1,4 +1,4 @@ -$ $FreeBSD$ +# $FreeBSD$ # This makefile has been uglified for portability. # Nothing yet works with gmake for the path to the sources. .PATH: .. |